bachvudinh commited on
Commit
685811f
1 Parent(s): 3c72012

change model id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ vq_model = RQBottleneckTransformer.load_model(
21
  ).to(device)
22
  # tts = TTSProcessor('cpu')
23
  use_8bit = False
24
- llm_path = "homebrewltd/Ichigo-llama3.1-s-instruct-v0.3-phase-3"
25
  tokenizer = AutoTokenizer.from_pretrained(llm_path)
26
  model_kwargs = {}
27
  if use_8bit:
 
21
  ).to(device)
22
  # tts = TTSProcessor('cpu')
23
  use_8bit = False
24
+ llm_path = "homebrewltd/Ichigo-llama3.1-s-instruct-v0.4"
25
  tokenizer = AutoTokenizer.from_pretrained(llm_path)
26
  model_kwargs = {}
27
  if use_8bit: