hrshihab commited on
Commit
d384ce0
·
1 Parent(s): 5122bc7

Fixed model

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -126,6 +126,7 @@ quant_config = BitsAndBytesConfig(
126
  )
127
 
128
  # Load Gemma 2B (Quantized) with config
 
129
  model = AutoModelForCausalLM.from_pretrained(
130
  model_name,
131
  device_map="auto",
 
126
  )
127
 
128
  # Load Gemma 2B (Quantized) with config
129
+ model_name = "google/gemma-2b-it"
130
  model = AutoModelForCausalLM.from_pretrained(
131
  model_name,
132
  device_map="auto",