Psycho Pechnoi
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,6 +28,8 @@ The model is distilled from the original DeepSeek-R1 and uses the Qwen-2.5-7B ar
|
|
| 28 |
- **Quantization:** 4-bit NormalFloat (NF4) for optimized memory usage.
|
| 29 |
|
| 30 |
## Usage
|
|
|
|
|
|
|
| 31 |
|
| 32 |
```python
|
| 33 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
|
| 28 |
- **Quantization:** 4-bit NormalFloat (NF4) for optimized memory usage.
|
| 29 |
|
| 30 |
## Usage
|
| 31 |
+
```python
|
| 32 |
+
pip install -U transformers -U bitsandbytes>=0.46.1
|
| 33 |
|
| 34 |
```python
|
| 35 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|