Seas0 commited on
Commit
a9092b2
·
unverified ·
1 Parent(s): 5514ede

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -52,9 +52,9 @@ This repo contains the **Stable-DiffCoder-8B-Base** model, which has the followi
52
  | Stable-DiffCoder-8B-Instruct | 8K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Stable-DiffCoder-8B-Instruct) | Instruction-tuned for alignment with user intent. |
53
 
54
  ## Requirements
55
- You need to install a specific version of `transformers` to adapt to the inference process:
56
  ```bash
57
- pip install transformers==4.46.2
58
  ```
59
  ## Explanation of Inference Parameters
60
  - `steps`: Number of steps for diffusion generation
@@ -144,4 +144,4 @@ If you find our work helpful, feel free to give us a cite.
144
  primaryClass={cs.CL},
145
  url={https://arxiv.org/abs/2601.15892},
146
  }
147
- ```
 
52
  | Stable-DiffCoder-8B-Instruct | 8K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Stable-DiffCoder-8B-Instruct) | Instruction-tuned for alignment with user intent. |
53
 
54
  ## Requirements
55
+ Current (v5.3.0) `transformers` is available for inference:
56
  ```bash
57
+ pip install transformers~=5.3.0
58
  ```
59
  ## Explanation of Inference Parameters
60
  - `steps`: Number of steps for diffusion generation
 
144
  primaryClass={cs.CL},
145
  url={https://arxiv.org/abs/2601.15892},
146
  }
147
+ ```