Update README.md
Browse files
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 |
{
|