Tiago Caldeira commited on
Commit
fcdd3ce
Β·
1 Parent(s): 3ccfc77

update with different model source

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -14,6 +14,8 @@ login(token=hf_token)
14
  # πŸ”„ Load model and processor
15
  model_id = "google/gemma-3n-e2b-it"
16
  model_id = "google/gemma-3n-E2B"
 
 
17
 
18
  processor = AutoProcessor.from_pretrained(model_id)
19
  model = Gemma3nForConditionalGeneration.from_pretrained(
 
14
  # πŸ”„ Load model and processor
15
  model_id = "google/gemma-3n-e2b-it"
16
  model_id = "google/gemma-3n-E2B"
17
+ model_id = "lmstudio-community/gemma-3n-E2B-it-MLX-4bit"
18
+
19
 
20
  processor = AutoProcessor.from_pretrained(model_id)
21
  model = Gemma3nForConditionalGeneration.from_pretrained(