Made a mistake
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ if __name__ == "__main__":
|
|
255 |
args = parse_args()
|
256 |
tokenizer = AutoTokenizer.from_pretrained("lliu01/fortios_one_config")
|
257 |
model = AutoModelForCausalLM.from_pretrained(
|
258 |
-
"lliu01/
|
259 |
torch_dtype=torch.bfloat16,
|
260 |
low_cpu_mem_usage=True
|
261 |
)
|
|
|
255 |
args = parse_args()
|
256 |
tokenizer = AutoTokenizer.from_pretrained("lliu01/fortios_one_config")
|
257 |
model = AutoModelForCausalLM.from_pretrained(
|
258 |
+
"lliu01/fortios_one_config",
|
259 |
torch_dtype=torch.bfloat16,
|
260 |
low_cpu_mem_usage=True
|
261 |
)
|