minimal change
This commit is contained in:
@@ -4,7 +4,7 @@ import torch
|
||||
import threading
|
||||
|
||||
# Пути к модели
|
||||
model_name = "/models/Qwen3-4B-Base"
|
||||
model_name = "/models/Qwen3-8B"
|
||||
|
||||
# Загрузка токенизатора и модели (один раз при старте)
|
||||
tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
|
||||
|
||||
Reference in New Issue
Block a user