liang2kl commited on
Commit
80d693c
·
verified ·
1 Parent(s): f99bc0f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
4
  pipeline_tag: image-text-to-text
5
  base_model:
6
  - google/gemma-4-31B-it
 
 
7
  ---
8
 
9
  # z-lab/gemma-4-31B-it-PARO
@@ -31,8 +33,8 @@ z-lab/gemma-4-31B-it-PARO is a 4-bit [google/gemma-4-31B-it](https://huggingface
31
  pip install "paroquant[vllm]"
32
 
33
  # NVIDIA GPU (CUDA 13.0)
34
- pip install "paroquant[vllm]" "vllm==0.19.0" \
35
- --extra-index-url https://wheels.vllm.ai/2a69949bdadf0e8942b7a1619b229cb475beef20/cu130 \
36
  --extra-index-url https://download.pytorch.org/whl/cu130
37
 
38
  # Apple Silicon
 
4
  pipeline_tag: image-text-to-text
5
  base_model:
6
  - google/gemma-4-31B-it
7
+ tags:
8
+ - mlx
9
  ---
10
 
11
  # z-lab/gemma-4-31B-it-PARO
 
33
  pip install "paroquant[vllm]"
34
 
35
  # NVIDIA GPU (CUDA 13.0)
36
+ pip install "paroquant[vllm]" "vllm==0.19.1" \
37
+ --extra-index-url https://wheels.vllm.ai/0.19.1/cu130 \
38
  --extra-index-url https://download.pytorch.org/whl/cu130
39
 
40
  # Apple Silicon