From 7923b300494a5e9eb8efef8971dc18f75873c4e7 Mon Sep 17 00:00:00 2001 From: MeloAlright Date: Thu, 1 May 2025 18:18:52 +0800 Subject: [PATCH] Update README.md of threading job --- README.md | 72 +------------------------------------------------------ 1 file changed, 1 insertion(+), 71 deletions(-) diff --git a/README.md b/README.md index 760524f..515fd53 100644 --- a/README.md +++ b/README.md @@ -240,77 +240,7 @@ cx.thread(星环公司, ["研制曲率飞船", 5, 11]) cx.join(秘密研究) ``` -⚛️ Example threading of "星环公司" in [runs/11302243115](https://github.com/rustq/3body-lang/actions/runs/11302243115/job/31437809217) - -[//]: # () -[//]: # (## 🤗 LLM) - -[//]: # () -[//]: # (三体编程语言可以通过 "智子工程" 加载本地大语言模型进行推理。) - -[//]: # () -[//]: # (Able to use three body language sophon to load a local large language model for reasoning, inspired by [wiki/sophon](https://three-body-problem.fandom.com/wiki/Sophon) and powered by [rustformers/llm](https://github.com/rustformers/llm).) - -[//]: # () -[//]: # (![sophon](https://github.com/rustq/3body-lang/assets/11075892/4579ecbe-3e52-4b0f-8f0b-31e3b071a79b)) - -[//]: # () -[//]: # (#### Sophon Initializing) - -[//]: # () -[//]: # (```shell) - -[//]: # (智子工程({ "type": , "path": , "prompt": })) - -[//]: # (```) - -[//]: # () -[//]: # (|property|type|Explanation|) - -[//]: # (|---|---|---|) - -[//]: # (|type|string|模型类型|) - -[//]: # (|path|string|模型所在路径|) - -[//]: # (|prompt|string|提示词|) - -[//]: # (#### Reasoning) - -[//]: # () -[//]: # (```rust) - -[//]: # (let 智子 = fn () { let instance = 智子工程({ "type": "llama", "path": "./Vicuna-13B-chinese.bin", "prompt": "你是三体文明的智子" }); return { "回答": fn (问题) { instance.infer(instance, 问题) } } }();) - -[//]: # () -[//]: # (智子.回答("中国最佳科幻小说是哪个")) - -[//]: # () -[//]: # (// > 推理中...) - -[//]: # (```) - -[//]: # () -[//]: # (|property|type|Explanation|) - -[//]: # (|---|---|---|) - -[//]: # (|model||模型|) - -[//]: # (|character|string|提示词角色|) - -[//]: # (|infer|BuiltinFunc|执行推理|) - -[//]: # (|close|BuiltinFunc|关闭会话|) - -[//]: # () -[//]: # ([![sophon workflow](https://github.com/rustq/3body-lang/actions/workflows/Sophon.yml/badge.svg)](https://github.com/rustq/3body-lang/actions/)) - -[//]: # () -[//]: # (⚛️ Example reasoning of "中国最佳科幻小说是哪个" in [runs/11092893924](https://github.com/rustq/3body-lang/actions/runs/11092893924/job/30818494323?pr=47#step:5:2676)) - -[//]: # () -[//]: # (Model powered by [huantian2415/vicuna-13b-chinese-4bit-ggml](https://huggingface.co/huantian2415/vicuna-13b-chinese-4bit-ggml)) +⚛️ Example threading of "星环公司" in [runs/14773757696](https://github.com/rustq/3body-lang/actions/runs/14773757696/job/41478235050) ## Development