cards: bigsmall 4.0.0 (autopilot) install + version note
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ tags:
|
|
| 15 |
## Use it in 2 lines
|
| 16 |
|
| 17 |
```bash
|
| 18 |
-
pip install "bigsmall>=
|
| 19 |
```
|
| 20 |
|
| 21 |
```python
|
|
@@ -83,7 +83,7 @@ This is a lossless-compressed copy of [microsoft/Phi-3.5-mini-instruct](https://
|
|
| 83 |
## Want to compress your own model?
|
| 84 |
|
| 85 |
```bash
|
| 86 |
-
pip install "bigsmall>=
|
| 87 |
bigsmall compress my-model/ -o my-model.bs
|
| 88 |
```
|
| 89 |
|
|
|
|
| 15 |
## Use it in 2 lines
|
| 16 |
|
| 17 |
```bash
|
| 18 |
+
pip install "bigsmall>=4.0"
|
| 19 |
```
|
| 20 |
|
| 21 |
```python
|
|
|
|
| 83 |
## Want to compress your own model?
|
| 84 |
|
| 85 |
```bash
|
| 86 |
+
pip install "bigsmall>=4.0"
|
| 87 |
bigsmall compress my-model/ -o my-model.bs
|
| 88 |
```
|
| 89 |
|