Avinash109 commited on
Commit
a6eb078
·
verified ·
1 Parent(s): cf77090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  def create_chat_interface():
6
  # Initialize model and tokenizer
7
- model_name = "Qwen/Qwen2.5-Coder-32B-Instruct"
8
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
9
  model = AutoModelForCausalLM.from_pretrained(
10
  model_name,
 
4
 
5
  def create_chat_interface():
6
  # Initialize model and tokenizer
7
+ model_name = "Qwen/Qwen2.5-Coder-7B-Instruct"
8
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
9
  model = AutoModelForCausalLM.from_pretrained(
10
  model_name,