jonaschua commited on
Commit
7c77dd1
·
verified ·
1 Parent(s): 500452d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ login(token = os.getenv('gemma'))
35
  # print(pipe(messages))
36
 
37
 
38
- ckpt = "google/gemma-3-27b-it"
39
  model = Gemma3ForConditionalGeneration.from_pretrained(ckpt, torch_dtype=torch.bfloat16).to("cuda")
40
  processor = AutoProcessor.from_pretrained(ckpt)
41
 
 
35
  # print(pipe(messages))
36
 
37
 
38
+ ckpt = "google/gemma-3-4b-it"
39
  model = Gemma3ForConditionalGeneration.from_pretrained(ckpt, torch_dtype=torch.bfloat16).to("cuda")
40
  processor = AutoProcessor.from_pretrained(ckpt)
41