robinhad commited on
Commit
db740ce
·
verified ·
1 Parent(s): 04e4e52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ processor = AutoProcessor.from_pretrained(MODEL_ID, trust_remote_code=True)
63
  ).to("cuda").eval()"""
64
 
65
  model = Llama4ForConditionalGeneration.from_pretrained(
66
- model_id,
67
  attn_implementation="flex_attention",
68
  device_map="auto",
69
  torch_dtype=torch.bfloat16,
 
63
  ).to("cuda").eval()"""
64
 
65
  model = Llama4ForConditionalGeneration.from_pretrained(
66
+ MODEL_ID,
67
  attn_implementation="flex_attention",
68
  device_map="auto",
69
  torch_dtype=torch.bfloat16,