Priyanka6 commited on
Commit
95936d3
Β·
1 Parent(s): 3c69f29

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ MODEL_2_NAME = "sarvamai/sarvam-1" # The base model on Hugging Face Hub
80
  def trim_adapter_weights(model_path):
81
  """
82
  Trims the last token from the adapter's lm_head.lora_B.default.weight
83
- if there is a mismatch with the base model.
84
  """
85
  model_path = "./adapter_model.safetensors"
86
  # if not os.path.exists(model_path):
 
80
  def trim_adapter_weights(model_path):
81
  """
82
  Trims the last token from the adapter's lm_head.lora_B.default.weight
83
+ if there is a mismatch with the base model.
84
  """
85
  model_path = "./adapter_model.safetensors"
86
  # if not os.path.exists(model_path):