Alovestocode commited on
Commit
dc894b6
·
verified ·
1 Parent(s): a6b24a3

Sync requirements with sentencepiece

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -0
README.md CHANGED
@@ -21,7 +21,7 @@ endpoint via the `HF_ROUTER_API` environment variable.
21
  | File | Purpose |
22
  | ---- | ------- |
23
  | `app.py` | Loads the merged checkpoint on demand (tries `MODEL_REPO` first, then `router-qwen3-32b-merged`, `router-gemma3-merged`), exposes a `/v1/generate` API, and serves a small HTML console at `/gradio`. |
24
- | `requirements.txt` | Minimal dependency set (transformers, bitsandbytes, torch, fastapi, accelerate, spaces, uvicorn). |
25
  | `.huggingface/spaces.yml` | Configures the Space for ZeroGPU hardware and disables automatic sleep. |
26
 
27
  ## Deployment Steps
 
21
  | File | Purpose |
22
  | ---- | ------- |
23
  | `app.py` | Loads the merged checkpoint on demand (tries `MODEL_REPO` first, then `router-qwen3-32b-merged`, `router-gemma3-merged`), exposes a `/v1/generate` API, and serves a small HTML console at `/gradio`. |
24
+ | `requirements.txt` | Minimal dependency set (transformers, bitsandbytes, torch, fastapi, accelerate, sentencepiece, spaces, uvicorn). |
25
  | `.huggingface/spaces.yml` | Configures the Space for ZeroGPU hardware and disables automatic sleep. |
26
 
27
  ## Deployment Steps
requirements.txt CHANGED
@@ -5,3 +5,4 @@ spaces>=0.40.0
5
  torch>=2.1.0
6
  transformers>=4.40.0
7
  uvicorn>=0.22.0
 
 
5
  torch>=2.1.0
6
  transformers>=4.40.0
7
  uvicorn>=0.22.0
8
+ sentencepiece>=0.1.99