We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c5fdc commit 9f0d8bdCopy full SHA for 9f0d8bd
app.py
@@ -21,7 +21,7 @@
21
from wasmtime import Store, Module, Linker
22
23
# -------------------------- 初始化 tokenizer --------------------------
24
-chat_tokenizer_dir = "./" # 请确保目录下有正确的 tokenizer 配置文件或模型文件
+chat_tokenizer_dir = "./"
25
tokenizer = transformers.AutoTokenizer.from_pretrained(chat_tokenizer_dir, trust_remote_code=True)
26
27
# -------------------------- 日志配置 --------------------------
0 commit comments