gijs commited on
Commit
5a90097
·
verified ·
1 Parent(s): d59bd23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,9 +30,9 @@ import torchaudio
30
  import soundfile as sf
31
 
32
  # Load processor and model
33
- processor = Qwen2_5OmniProcessor.from_pretrained("GLJS/audsemthinker", trust_remote_code=True)
34
  model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
35
- "GLJS/audsemthinker",
36
  torch_dtype=torch.bfloat16,
37
  device_map="auto",
38
  trust_remote_code=True,
 
30
  import soundfile as sf
31
 
32
  # Load processor and model
33
+ processor = Qwen2_5OmniProcessor.from_pretrained("gijs/audsemthinker", trust_remote_code=True)
34
  model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
35
+ "gijs/audsemthinker",
36
  torch_dtype=torch.bfloat16,
37
  device_map="auto",
38
  trust_remote_code=True,