Upload folder using huggingface_hub
Browse files- README.md +2 -2
- model.safetensors +2 -2
README.md
CHANGED
@@ -18,7 +18,7 @@ tags:
|
|
18 |
- mlx
|
19 |
---
|
20 |
|
21 |
-
# mlx-community/InternVL3-1B
|
22 |
This model was converted to MLX format from [`InternVL3-1B`]() using mlx-vlm version **0.1.22**.
|
23 |
Refer to the [original model card](https://huggingface.co/InternVL3-1B) for more details on the model.
|
24 |
## Use with mlx
|
@@ -28,5 +28,5 @@ pip install -U mlx-vlm
|
|
28 |
```
|
29 |
|
30 |
```bash
|
31 |
-
python -m mlx_vlm.generate --model mlx-community/InternVL3-1B --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
32 |
```
|
|
|
18 |
- mlx
|
19 |
---
|
20 |
|
21 |
+
# mlx-community/InternVL3-1B-4bit
|
22 |
This model was converted to MLX format from [`InternVL3-1B`]() using mlx-vlm version **0.1.22**.
|
23 |
Refer to the [original model card](https://huggingface.co/InternVL3-1B) for more details on the model.
|
24 |
## Use with mlx
|
|
|
28 |
```
|
29 |
|
30 |
```bash
|
31 |
+
python -m mlx_vlm.generate --model mlx-community/InternVL3-1B-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
32 |
```
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b4caacd88b18326511bdcf04ef8555ca6eb6f2e9ca688f642961736b00fc1d8
|
3 |
+
size 964986994
|