Update README.md
Browse files
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 |
-
|
| 56 |
```bash
|
| 57 |
-
pip install transformers=
|
| 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 |
+
```
|