digitranslab commited on
Commit
5eadfce
·
verified ·
1 Parent(s): fb67e80

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -48,7 +48,7 @@ from mlx_vlm.prompt_utils import apply_chat_template
48
  from mlx_vlm.utils import load_config
49
 
50
  # Load the model
51
- model_path = "mlx-community/Megamind-v2-VL-low-4bit-mlx"
52
  model, processor = load(model_path)
53
  config = load_config(model_path)
54
 
@@ -69,7 +69,7 @@ print(output)
69
  ### Command Line
70
 
71
  ```bash
72
- mlx_vlm.generate --model mlx-community/Megamind-v2-VL-low-4bit-mlx --max-tokens 100 --prompt "Describe this image" --image path/to/image.jpg
73
  ```
74
 
75
  ## Intended Use
@@ -90,7 +90,7 @@ For more information, please refer to the original model: [digitranslab/Megamind
90
 
91
  ## Acknowledgments
92
 
93
- - Original model by [Jan](https://huggingface.co/janhq)
94
  - [MLX](https://github.com/ml-explore/mlx) framework by Apple
95
  - MLX conversion framework by [Prince Canuma](https://github.com/Blaizzy/mlx-vlm)
96
  - Model conversion by [Incept5](https://incept5.ai)
 
48
  from mlx_vlm.utils import load_config
49
 
50
  # Load the model
51
+ model_path = "digitranslab/Megamind-v2-VL-low-4bit-mlx"
52
  model, processor = load(model_path)
53
  config = load_config(model_path)
54
 
 
69
  ### Command Line
70
 
71
  ```bash
72
+ mlx_vlm.generate --model digitranslab/Megamind-v2-VL-low-4bit-mlx --max-tokens 100 --prompt "Describe this image" --image path/to/image.jpg
73
  ```
74
 
75
  ## Intended Use
 
90
 
91
  ## Acknowledgments
92
 
93
+ - Original model by [Megamind](https://huggingface.co/digitranslab)
94
  - [MLX](https://github.com/ml-explore/mlx) framework by Apple
95
  - MLX conversion framework by [Prince Canuma](https://github.com/Blaizzy/mlx-vlm)
96
  - Model conversion by [Incept5](https://incept5.ai)