Skip to content

Commit

Permalink
fix: modify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre818181 committed Dec 27, 2024
1 parent 7ffd181 commit 496165b
Showing 1 changed file with 43 additions and 22 deletions.
65 changes: 43 additions & 22 deletions runpod.tests.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,51 @@
[
{
"name": "validation_text_input",
"input": {
{
"tests": [
{
"name": "validation_text_input",
"input": {
"text": "Hello world",
"language": "en"
},
"expected_output": {
"payload": {
"text": "Hello world",
"language": "en"
},
"expected_output": {
"payload": {
"text": "Hello world",
"language": "en"
},
"error": ""
}
"error": ""
}
},
{
"name": "validation_text_input",
"input": {
"text": "Hello world",
"language": "en"
},
{
"name": "validation_text_input",
"input": {
"expected_output": {
"payload": {
"text": "Hello world",
"language": "en"
},
"expected_output": {
"payload": {
"text": "Hello world",
"language": "en"
},
"error": ""
}
"error": ""
}
]
}
],
"config": {
"gpuTypeId": "AMPERE_16,AMPERE_24,ADA_24,AMPERE_48,ADA_48_PRO,AMPERE_80,ADA_80_PRO",
"gpuCount": 1,
"env": [{
"key": "ENV_KEY_HERE",
"value": "ENV_VALUE_HERE"
}],
"allowedCudaVersions": [
"12.7",
"12.6",
"12.5",
"12.4",
"12.3",
"12.2",
"12.1",
"12.0",
"11.7"
]
}
}

0 comments on commit 496165b

Please sign in to comment.