add install instructions
Browse files
README.md
CHANGED
@@ -37,6 +37,12 @@ Training logs are available [via wandb](https://wandb.ai/lewington/ViT-L-14-laio
|
|
37 |
|
38 |
## Usage
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
```python
|
41 |
import PIL
|
42 |
from clipscope import ConfiguredViT, TopKSAE
|
|
|
37 |
|
38 |
## Usage
|
39 |
|
40 |
+
First install our pypi package and PIL
|
41 |
+
|
42 |
+
`pip install clipscope PIL`
|
43 |
+
|
44 |
+
Then
|
45 |
+
|
46 |
```python
|
47 |
import PIL
|
48 |
from clipscope import ConfiguredViT, TopKSAE
|