Tonic commited on
Commit
e463387
unverified
1 Parent(s): 7f76be9

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ Join us : 馃専TeamTonic馃専 is always making cool demos! Join our active builder
14
  """
15
 
16
  model_id = "Tonic/c4ai-command-a-03-2025-4bit_fp4"
17
- tokenizer = AutoTokenizer.from_pretrained(model_id, token=HF_TOKEN) )
18
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto", torch_dtype=torch.bfloat16, token=HF_TOKEN)
19
 
20
 
 
14
  """
15
 
16
  model_id = "Tonic/c4ai-command-a-03-2025-4bit_fp4"
17
+ tokenizer = AutoTokenizer.from_pretrained(model_id, token=HF_TOKEN)
18
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto", torch_dtype=torch.bfloat16, token=HF_TOKEN)
19
 
20