Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ login(token = os.getenv('gemma'))
|
|
35 |
# print(pipe(messages))
|
36 |
|
37 |
|
38 |
-
ckpt = "google/gemma-3-
|
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 |
|