Vitrous commited on
Commit
480831f
·
verified ·
1 Parent(s): 5b66768

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def load_quantized_model(model_id, model_basename):
34
 
35
 
36
  # Making the code device-agnostic
37
- model, tokenizer = load_quantized_model("/kaggle/input/vicuna/", "model.safetensors")
38
 
39
 
40
  def load_model_norm():
 
34
 
35
 
36
  # Making the code device-agnostic
37
+ model, tokenizer = load_quantized_model(model_name_or_path, "model.safetensors")
38
 
39
 
40
  def load_model_norm():