Skip to content

Commit 64f0fae

Browse files
author
Judd
committed
fix doc; clean code
1 parent 45b89b9 commit 64f0fae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/models.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
* [x] v2.5: [Instruct-0.5B](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct), [Instruct-1.5B](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct), [Instruct-7B](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct), [Instruct-14B](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct), [Instruct-32B](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct), [Instruct-72B](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct)
110110
* [x] v2.5-Coder: [Instruct-1.5B](https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct), [Instruct-7B](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct)
111111
* [x] v2.5-Math: [Instruct-1.5B](https://huggingface.co/Qwen/Qwen2.5-Math-1.5B-Instruct), [Instruct-7B](https://huggingface.co/Qwen/Qwen2.5-Math-7B-Instruct), [Instruct-72B](https://huggingface.co/Qwen/Qwen2.5-Math-72B-Instruct)
112-
* [x] [Marco-o1](https://huggingface.co/AIDC-AI/Marco-o1)
112+
* [x] [Marco-o1](https://huggingface.co/AIDC-AI/Marco-o1) (-a `Marco-o1`)
113113

114114
* BlueLM (`BlueLMForCausalLM`)
115115
* [x] [Chat-7B](https://huggingface.co/vivo-ai/BlueLM-7B-Chat), [Chat-7B 32K](https://huggingface.co/vivo-ai/BlueLM-7B-Chat-32K)

scripts/ya_o1.py

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def __init__(self, llm: CallableLLM) -> None:
6161
self.llm = llm
6262

6363
def think(self, prompt: str) -> str:
64-
self.llm.restart()
6564
self.llm.restart()
6665
self.llm.set_ai_prefix(self.thought_procedures[0])
6766
print_green(f"think #1")

0 commit comments

Comments
 (0)