mahiatlinux commited on
Commit
c25c78c
1 Parent(s): ab9a889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if not torch.cuda.is_available():
24
 
25
  # If a GPU is available, load the model and tokenizer with specific configurations.
26
  if torch.cuda.is_available():
27
- model_id = "mahiatlinux/MasherAI-7B-v6.1-redo-eval"
28
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto", load_in_4bit=True)
29
  tokenizer = AutoTokenizer.from_pretrained(model_id)
30
  tokenizer.use_default_system_prompt = False
 
24
 
25
  # If a GPU is available, load the model and tokenizer with specific configurations.
26
  if torch.cuda.is_available():
27
+ model_id = "mahiatlinux/MasherAI-v6-7B"
28
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto", load_in_4bit=True)
29
  tokenizer = AutoTokenizer.from_pretrained(model_id)
30
  tokenizer.use_default_system_prompt = False