Skip to content

Instantly share code, notes, and snippets.

@ivyleavedtoadflax
Created April 24, 2023 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivyleavedtoadflax/d3a08b3b1c59cb2b1aea70bdde1eec7a to your computer and use it in GitHub Desktop.
Save ivyleavedtoadflax/d3a08b3b1c59cb2b1aea70bdde1eec7a to your computer and use it in GitHub Desktop.
development.json
{
"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