mirror of
https://github.com/jingyaogong/minimind.git
synced 2026-01-14 04:07:17 +08:00
update web_demo
This commit is contained in:
parent
278ec760a1
commit
08e9a22a25
@ -102,7 +102,6 @@ def load_model_tokenizer(model_path):
|
||||
)
|
||||
tokenizer = AutoTokenizer.from_pretrained(
|
||||
model_path,
|
||||
use_fast=False,
|
||||
trust_remote_code=True
|
||||
)
|
||||
model = model.eval().to(device)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user