Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ duration=None
|
|
18 |
login(token = os.getenv('gemma'))
|
19 |
|
20 |
ckpt = "google/gemma-3-4b-it"
|
21 |
-
model = Gemma3ForConditionalGeneration.from_pretrained(ckpt,
|
22 |
processor = AutoProcessor.from_pretrained(ckpt)
|
23 |
|
24 |
@spaces.GPU
|
|
|
18 |
login(token = os.getenv('gemma'))
|
19 |
|
20 |
ckpt = "google/gemma-3-4b-it"
|
21 |
+
model = Gemma3ForConditionalGeneration.from_pretrained(ckpt, torch_dtype=torch.bfloat16,)
|
22 |
processor = AutoProcessor.from_pretrained(ckpt)
|
23 |
|
24 |
@spaces.GPU
|