philschmid HF staff commited on
Commit
bd8a184
1 Parent(s): 4c5b10d

Upload 2 files

Browse files
Files changed (2) hide show
  1. dev-modal.json +17 -0
  2. modal.json +77 -0
dev-modal.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "inference": {
3
+ "model": [
4
+ {
5
+ "id": "gpt2",
6
+ "instanceType": "ml.g5.12xlarge",
7
+ "numGpu": 4
8
+ },
9
+ {
10
+ "id": "test/gpt2",
11
+ "instanceType": "ml.g5.12xlarge",
12
+ "numGpu": 4
13
+ }
14
+ ]
15
+ },
16
+ "training": {}
17
+ }
modal.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "inference": {
3
+ "model": [
4
+ {
5
+ "id": "amazon/FalconLite",
6
+ "instanceType": "ml.g5.12xlarge",
7
+ "numGpu": 4
8
+ },
9
+ {
10
+ "id": "HuggingFaceH4/starchat-beta",
11
+ "instanceType": "ml.g5.12xlarge",
12
+ "numGpu": 4
13
+ },
14
+ {
15
+ "id": "google/flan-t5-xxl",
16
+ "instanceType": "ml.g5.12xlarge",
17
+ "numGpu": 4
18
+ },
19
+ {
20
+ "id": "bigscience/bloom-7b1",
21
+ "instanceType": "ml.g5.12xlarge",
22
+ "numGpu": 4
23
+ },
24
+ {
25
+ "id": "EleutherAI/gpt-neox-20b",
26
+ "instanceType": "ml.g5.12xlarge",
27
+ "numGpu": 4
28
+ },
29
+ {
30
+ "id": "bigcode/starcoder",
31
+ "instanceType": "ml.g5.12xlarge",
32
+ "numGpu": 4
33
+ },
34
+ {
35
+ "id": "openlm-research/open_llama_13b",
36
+ "instanceType": "ml.g5.12xlarge",
37
+ "numGpu": 4
38
+ },
39
+ {
40
+ "id": "tiiuae/falcon-40b-instruct",
41
+ "instanceType": "ml.g5.12xlarge",
42
+ "numGpu": 4
43
+ },
44
+ {
45
+ "id": "bigscience/bloom-560m",
46
+ "instanceType": "ml.g5.12xlarge",
47
+ "numGpu": 4
48
+ },
49
+ {
50
+ "id": "tiiuae/falcon-40b",
51
+ "instanceType": "ml.g5.12xlarge",
52
+ "numGpu": 4
53
+ },
54
+ {
55
+ "id": "OpenAssistant/falcon-40b-sft-top1-560",
56
+ "instanceType": "ml.g5.12xlarge",
57
+ "numGpu": 4
58
+ },
59
+ {
60
+ "id": "ehartford/WizardLM-Uncensored-Falcon-40b",
61
+ "instanceType": "ml.g5.12xlarge",
62
+ "numGpu": 4
63
+ },
64
+ {
65
+ "id": "OpenAssistant/falcon-40b-sft-mix-1226",
66
+ "instanceType": "ml.g5.12xlarge",
67
+ "numGpu": 4
68
+ },
69
+ {
70
+ "id": "h2oai/h2ogpt-oig-oasst1-falcon-40b",
71
+ "instanceType": "ml.g5.12xlarge",
72
+ "numGpu": 4
73
+ }
74
+ ]
75
+ },
76
+ "training": {}
77
+ }