wpferrell commited on
Commit
4f2ea87
·
verified ·
1 Parent(s): 9e87e38

cards: bigsmall 4.0.0 (autopilot) install + version note

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
  ## Use it in 2 lines
16
 
17
  ```bash
18
- pip install "bigsmall>=3.14.4"
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>=3.14.4"
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