Skip to content

Commit

Permalink
adding "minimum_cuda_version" to each version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlson-svg committed Aug 21, 2024
1 parent e6172dd commit 1e9aeb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"versions": {
"0.5.4": {
"imageName": "runpod/worker-v1-vllm:v1.2.0stable-cuda12.1.0",
"minimum_cuda_version": "12.1",
"categories": [
{
"title": "LLM Settings",
Expand Down Expand Up @@ -61,6 +62,7 @@
},
"0.5.3": {
"imageName": "runpod/worker-v1-vllm:stable-cuda12.1.0",
"minimum_cuda_version": "12.1",
"categories": [
{
"title": "LLM Settings",
Expand Down Expand Up @@ -120,6 +122,7 @@
},
"0.4.2": {
"imageName": "runpod/worker-vllm:stable-cuda12.1.0",
"minimum_cuda_version": "12.1",
"categories": [
{
"title": "LLM Settings",
Expand Down

0 comments on commit 1e9aeb6

Please sign in to comment.