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-2B
|
22 |
This model was converted to MLX format from [`InternVL3-2B`]() using mlx-vlm version **0.1.22**.
|
23 |
Refer to the [original model card](https://huggingface.co/InternVL3-2B) 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-2B --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
32 |
```
|
|
|
18 |
- mlx
|
19 |
---
|
20 |
|
21 |
+
# mlx-community/InternVL3-2B-4bit
|
22 |
This model was converted to MLX format from [`InternVL3-2B`]() using mlx-vlm version **0.1.22**.
|
23 |
Refer to the [original model card](https://huggingface.co/InternVL3-2B) for more details on the model.
|
24 |
## Use with mlx
|
|
|
28 |
```
|
29 |
|
30 |
```bash
|
31 |
+
python -m mlx_vlm.generate --model mlx-community/InternVL3-2B-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:ce024ba04cdd400ac6209770421120a6b4e5b143143c669e09c459c8f3133e20
|
3 |
+
size 1612413558
|