Skip to content

Commit

Permalink
Merge pull request #144 from weni-ai/fix/update-runtime-cpu
Browse files Browse the repository at this point in the history
Update: New gpu inputs
  • Loading branch information
Sandro-Meireles committed Jul 25, 2024
2 parents 49208ea + f79fea9 commit fc0e4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub_nlp_api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def send_job_train_ai_platform(

training_inputs = {
"scaleTier": "CUSTOM",
"masterType": "standard_gpu",
"masterType": "standard_p100",
"masterConfig": {
"imageUri": f"{settings.BOTHUB_GOOGLE_AI_PLATFORM_REGISTRY}:"
f"{settings.BOTHUB_GOOGLE_AI_PLATFORM_IMAGE_VERSION}{image_sufix}"
Expand Down

0 comments on commit fc0e4ea

Please sign in to comment.