Skip to content

Commit

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

0 comments on commit 825ef25

Please sign in to comment.