Skip to content

Commit

Permalink
Merge pull request #6 from RubenGres/main
Browse files Browse the repository at this point in the history
fixed typo in container name in README.md
  • Loading branch information
rachfop authored Aug 1, 2024
2 parents f40926b + 63325d9 commit 08f43f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We offer a pre-built Docker Image for the Infinity Embedding Serverless Worker t
You can directly use the following docker images and configure them via Environment Variables.
| CUDA Version | Stable (Latest Release) | Development (Latest Commit) | Note |
|--------------|-----------------------------------|-----------------------------------|----------------------------------------------------------------------|
| 11.8.0 | `runpod/worker-infinity-embedding:stable-cuda111.8.0` | `runpod/worker-infinity-embedding:dev-cuda11.8.0` | Available on all RunPod Workers without additional selection needed. |
| 11.8.0 | `runpod/worker-infinity-embedding:stable-cuda11.8.0` | `runpod/worker-infinity-embedding:dev-cuda11.8.0` | Available on all RunPod Workers without additional selection needed. |
| 12.1.0 | `runpod/worker-infinity-embedding:stable-cuda12.1.0` | `runpod/worker-infinity-embedding:dev-cuda12.1.0` | When creating an Endpoint, select CUDA Version 12.4, 12.3, 12.2 and 12.1 in the filter. About 10% less total available machines than 11.8.0, but higher performance. |

### 2. Select your models and configure your deployment with Environment Variables
Expand Down

0 comments on commit 08f43f3

Please sign in to comment.