fix typo
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ import torch
|
|
73 |
from transformers import AutoModelForCausalLM, AutoProcessor
|
74 |
|
75 |
|
76 |
-
processor = AutoProcessor.from_pretrained("
|
77 |
|
78 |
prompts = [
|
79 |
{
|
|
|
73 |
from transformers import AutoModelForCausalLM, AutoProcessor
|
74 |
|
75 |
|
76 |
+
processor = AutoProcessor.from_pretrained("Infi-MM/infimm-zephyr", trust_remote_code=True)
|
77 |
|
78 |
prompts = [
|
79 |
{
|