Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
21 |
|
22 |
# model = "tiiuae/FalconLite2"
|
23 |
tokenizer = AutoTokenizer.from_pretrained(model,
|
24 |
-
trust_remote_code=True,
|
25 |
torch_dtype="auto"
|
26 |
)
|
27 |
|
|
|
21 |
|
22 |
# model = "tiiuae/FalconLite2"
|
23 |
tokenizer = AutoTokenizer.from_pretrained(model,
|
24 |
+
# trust_remote_code=True,
|
25 |
torch_dtype="auto"
|
26 |
)
|
27 |
|