Created
April 24, 2023 17:02
-
-
Save ivyleavedtoadflax/d3a08b3b1c59cb2b1aea70bdde1eec7a to your computer and use it in GitHub Desktop.
development.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"accountId": null, | |
"compute": { | |
"accelerator": "cpu", | |
"instanceSize": "small", | |
"instanceType": "c6i", | |
"scaling": { | |
"maxReplica": 1, | |
"minReplica": 1 | |
} | |
}, | |
"model": { | |
"framework": "custom", | |
"image": { | |
"huggingface": {} | |
}, | |
"repository": "t5-small", | |
"revision": "main", | |
"task": "translation" | |
}, | |
"name": "development", | |
"provider": { | |
"region": "us-east-1", | |
"vendor": "aws" | |
}, | |
"type": "protected" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment