Update README.md
Browse files
README.md
CHANGED
|
@@ -25,12 +25,12 @@ DTYPE = (
|
|
| 25 |
) # CPU doesn't support float16
|
| 26 |
revision = "3ec40c7b6b5d87bc0c51edee45e21f5f29b449d8"
|
| 27 |
tokenizer = AutoTokenizer.from_pretrained(
|
| 28 |
-
"
|
| 29 |
trust_remote_code=True,
|
| 30 |
revision=revision
|
| 31 |
)
|
| 32 |
moondream = AutoModelForCausalLM.from_pretrained(
|
| 33 |
-
"
|
| 34 |
trust_remote_code=True,
|
| 35 |
torch_dtype=DTYPE,
|
| 36 |
device_map={"": DEVICE},
|
|
|
|
| 25 |
) # CPU doesn't support float16
|
| 26 |
revision = "3ec40c7b6b5d87bc0c51edee45e21f5f29b449d8"
|
| 27 |
tokenizer = AutoTokenizer.from_pretrained(
|
| 28 |
+
"fal-ai/moondream2-docci-instruct",
|
| 29 |
trust_remote_code=True,
|
| 30 |
revision=revision
|
| 31 |
)
|
| 32 |
moondream = AutoModelForCausalLM.from_pretrained(
|
| 33 |
+
"fal-ai/moondream2-docci-instruct",
|
| 34 |
trust_remote_code=True,
|
| 35 |
torch_dtype=DTYPE,
|
| 36 |
device_map={"": DEVICE},
|