ACE-Brain commited on
Commit
322b904
·
verified ·
1 Parent(s): 14401a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -92,10 +92,10 @@ from transformers import Qwen3VLForConditionalGeneration, AutoProcessor
92
 
93
  # default: Load the model on the available device(s)
94
  model = Qwen3VLForConditionalGeneration.from_pretrained(
95
- "ACE-Brain/ACE-Brain-8B", dtype="auto", device_map="auto"
96
  )
97
 
98
- processor = AutoProcessor.from_pretrained("ACE-Brain/ACE-Brain-8B")
99
 
100
  messages = [
101
  {
 
92
 
93
  # default: Load the model on the available device(s)
94
  model = Qwen3VLForConditionalGeneration.from_pretrained(
95
+ "ACE-Brain/ACE-Brain-0-8B", dtype="auto", device_map="auto"
96
  )
97
 
98
+ processor = AutoProcessor.from_pretrained("ACE-Brain/ACE-Brain-0-8B")
99
 
100
  messages = [
101
  {