shuuul commited on
Commit
6d2a067
·
verified ·
1 Parent(s): a4324fc

docs: update links after mlx-community transfer

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -61,7 +61,7 @@ aimd scan.pdf --task ocr --model unlimited_ocr_8bit
61
  ```bash
62
  pip install -U "mlx-vlm>=0.6.8"
63
  python -m mlx_vlm.generate \
64
- --model shuuul/Unlimited-OCR-8bit \
65
  --image scan.png \
66
  --prompt "document parsing." \
67
  --max-tokens 8192 \
@@ -74,10 +74,10 @@ Unlimited-OCR support first shipped in `mlx-vlm 0.6.4`; `0.6.8` or newer is reco
74
 
75
  | Precision | Repository | Size |
76
  |---|---|---:|
77
- | 4bit | [`shuuul/Unlimited-OCR-4bit`](https://huggingface.co/shuuul/Unlimited-OCR-4bit) | 2.29 GiB |
78
- | 6bit | [`shuuul/Unlimited-OCR-6bit`](https://huggingface.co/shuuul/Unlimited-OCR-6bit) | 2.98 GiB |
79
- | 8bit | [`shuuul/Unlimited-OCR-8bit`](https://huggingface.co/shuuul/Unlimited-OCR-8bit) | 3.66 GiB |
80
- | bf16 | [`shuuul/Unlimited-OCR-bf16`](https://huggingface.co/shuuul/Unlimited-OCR-bf16) | 6.22 GiB |
81
 
82
  ## License and attribution
83
 
 
61
  ```bash
62
  pip install -U "mlx-vlm>=0.6.8"
63
  python -m mlx_vlm.generate \
64
+ --model mlx-community/Unlimited-OCR-8bit \
65
  --image scan.png \
66
  --prompt "document parsing." \
67
  --max-tokens 8192 \
 
74
 
75
  | Precision | Repository | Size |
76
  |---|---|---:|
77
+ | 4bit | [`mlx-community/Unlimited-OCR-4bit`](https://huggingface.co/mlx-community/Unlimited-OCR-4bit) | 2.29 GiB |
78
+ | 6bit | [`mlx-community/Unlimited-OCR-6bit`](https://huggingface.co/mlx-community/Unlimited-OCR-6bit) | 2.98 GiB |
79
+ | 8bit | [`mlx-community/Unlimited-OCR-8bit`](https://huggingface.co/mlx-community/Unlimited-OCR-8bit) | 3.66 GiB |
80
+ | bf16 | [`mlx-community/Unlimited-OCR-bf16`](https://huggingface.co/mlx-community/Unlimited-OCR-bf16) | 6.22 GiB |
81
 
82
  ## License and attribution
83