Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ torch.random.manual_seed(0)
|
|
6 |
|
7 |
proc_model = AutoModelForCausalLM.from_pretrained(
|
8 |
"microsoft/Phi-3-mini-4k-instruct",
|
9 |
-
torch_dtype="auto",
|
10 |
trust_remote_code=True,
|
11 |
)
|
12 |
proc_tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
|
|
|
6 |
|
7 |
proc_model = AutoModelForCausalLM.from_pretrained(
|
8 |
"microsoft/Phi-3-mini-4k-instruct",
|
|
|
9 |
trust_remote_code=True,
|
10 |
)
|
11 |
proc_tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
|