lliu01 commited on
Commit
4315e30
·
verified ·
1 Parent(s): 10f5a89

Made a mistake

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/fortios",
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
  )