Skip to content

Commit

Permalink
docs: add python versions supported by nebullvm
Browse files Browse the repository at this point in the history
  • Loading branch information
morgoth95 committed Apr 30, 2022
1 parent ee47507 commit 01f7f08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ curl -X POST http://demo-cas.jina.ai:51001/post -H 'Content-Type: application/js
## Install

CLIP-as-service consists of two Python packages `clip-server` and `clip-client` that can be installed _independently_. Both require Python 3.7+.
`nebullvm` installation will need on some platforms python


### Install server

Expand All @@ -58,6 +58,7 @@ To run CLIP model via nebullvm (default is via PyTorch):
```bash
pip install "clip-server[nebullvm]"
```
`nebullvm` installation will need on some platforms `python<=3.8`.

To run CLIP model via ONNX (default is via PyTorch):

Expand Down

0 comments on commit 01f7f08

Please sign in to comment.