Skip to content

Commit aacab48

Browse files
chg: Update asciinema walkthrough.
Also: * add additional example json from walkthrough
1 parent 8015470 commit aacab48

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To get started, you must set your individual or organisation Huggingface token i
2020

2121
tldr; watch the video:
2222

23-
[![asciicast](https://asciinema.org/a/m2MyTRsJ1H6kaW2ygwr37qbh2.svg)](https: // asciinema.org/a/m2MyTRsJ1H6kaW2ygwr37qbh2)
23+
[![asciicast](https://asciinema.org/a/QA68DK9RPsNiO2zycx4ihugg0.svg)](https://asciinema.org/a/QA68DK9RPsNiO2zycx4ihugg0)
2424

2525
# Getting help
2626

examples/production.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"accountId": null,
3+
"compute": {
4+
"accelerator": "cpu",
5+
"instanceSize": "small",
6+
"instanceType": "c6i",
7+
"scaling": {
8+
"maxReplica": 1,
9+
"minReplica": 1
10+
}
11+
},
12+
"model": {
13+
"framework": "custom",
14+
"image": {
15+
"huggingface": {}
16+
},
17+
"repository": "t5-small",
18+
"revision": "main",
19+
"task": "translation"
20+
},
21+
"name": "production",
22+
"provider": {
23+
"region": "us-east-1",
24+
"vendor": "aws"
25+
},
26+
"type": "protected"
27+
}

0 commit comments

Comments
 (0)