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…
x
Reference in New Issue
Block a user