jonaschua commited on
Commit
72129fb
·
verified ·
1 Parent(s): fb37d1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, device_map='cuda', torch_dtype=torch.bfloat16,)
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