Guenther Schmuelling commited on
Commit
c2f4131
·
1 Parent(s): 553cdfc

trim model list

Browse files
Files changed (2) hide show
  1. models.json +6 -48
  2. public/models.json +6 -48
models.json CHANGED
@@ -1,4 +1,10 @@
1
  {
 
 
 
 
 
 
2
  "qwen3-1.7b": {
3
  "path": "schmuell/Qwen3-1.7B",
4
  "reason": true,
@@ -28,58 +34,10 @@
28
  "use_external_data_format": true,
29
  "loc": "local"
30
  },
31
- "qwen3-4b": {
32
- "path": "schmuell/Qwen3-4B",
33
- "reason": true,
34
- "use_external_data_format": 2,
35
- "loc": "local"
36
- },
37
- "qwen3-8b": {
38
- "path": "schmuell/Qwen3-8B",
39
- "reason": true,
40
- "use_external_data_format": 3,
41
- "loc": "local"
42
- },
43
- "llama3.2-1b": {
44
- "path": "schmuell/Llama-3.2-1B-Instruct",
45
- "reason": false,
46
- "use_external_data_format": true,
47
- "loc": "local"
48
- },
49
  "DeepSeek-R1-Distill-Qwen-1.5B": {
50
  "path": "llm/DeepSeek-R1-Distill-Qwen-1.5B",
51
  "reason": false,
52
  "use_external_data_format": true,
53
  "loc": "local"
54
- },
55
- "DeepSeek-R1-0528-Qwen3-8B": {
56
- "path": "llm/DeepSeek-R1-0528-Qwen3-8B",
57
- "reason": false,
58
- "use_external_data_format": 3,
59
- "loc": "local"
60
- },
61
- "Phi4": {
62
- "path": "llm/Phi-4-mini-instruct",
63
- "reason": false,
64
- "use_external_data_format": 2,
65
- "loc": "local"
66
- },
67
- "gemma3-1b": {
68
- "path": "llm/gemma-3-1b-it",
69
- "reason": false,
70
- "use_external_data_format": true,
71
- "loc": "local"
72
- },
73
- "smollm2": {
74
- "path": "llm/SmolLM2-1.7B-Instruct",
75
- "reason": false,
76
- "use_external_data_format": true,
77
- "loc": "local"
78
- },
79
- "foo": {
80
- "path": "llm/foo",
81
- "reason": false,
82
- "use_external_data_format": 3,
83
- "loc": "local"
84
  }
85
  }
 
1
  {
2
+ "llama3.2-1b": {
3
+ "path": "schmuell/Llama-3.2-1B-Instruct",
4
+ "reason": false,
5
+ "use_external_data_format": true,
6
+ "loc": "local"
7
+ },
8
  "qwen3-1.7b": {
9
  "path": "schmuell/Qwen3-1.7B",
10
  "reason": true,
 
34
  "use_external_data_format": true,
35
  "loc": "local"
36
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  "DeepSeek-R1-Distill-Qwen-1.5B": {
38
  "path": "llm/DeepSeek-R1-Distill-Qwen-1.5B",
39
  "reason": false,
40
  "use_external_data_format": true,
41
  "loc": "local"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  }
43
  }
public/models.json CHANGED
@@ -1,4 +1,10 @@
1
  {
 
 
 
 
 
 
2
  "qwen3-1.7b": {
3
  "path": "schmuell/Qwen3-1.7B",
4
  "reason": true,
@@ -28,58 +34,10 @@
28
  "use_external_data_format": true,
29
  "loc": "local"
30
  },
31
- "qwen3-4b": {
32
- "path": "schmuell/Qwen3-4B",
33
- "reason": true,
34
- "use_external_data_format": 2,
35
- "loc": "local"
36
- },
37
- "qwen3-8b": {
38
- "path": "schmuell/Qwen3-8B",
39
- "reason": true,
40
- "use_external_data_format": 3,
41
- "loc": "local"
42
- },
43
- "llama3.2-1b": {
44
- "path": "schmuell/Llama-3.2-1B-Instruct",
45
- "reason": false,
46
- "use_external_data_format": true,
47
- "loc": "local"
48
- },
49
  "DeepSeek-R1-Distill-Qwen-1.5B": {
50
  "path": "llm/DeepSeek-R1-Distill-Qwen-1.5B",
51
  "reason": false,
52
  "use_external_data_format": true,
53
  "loc": "local"
54
- },
55
- "DeepSeek-R1-0528-Qwen3-8B": {
56
- "path": "llm/DeepSeek-R1-0528-Qwen3-8B",
57
- "reason": false,
58
- "use_external_data_format": 3,
59
- "loc": "local"
60
- },
61
- "Phi4": {
62
- "path": "llm/Phi-4-mini-instruct",
63
- "reason": false,
64
- "use_external_data_format": 2,
65
- "loc": "local"
66
- },
67
- "gemma3-1b": {
68
- "path": "llm/gemma-3-1b-it",
69
- "reason": false,
70
- "use_external_data_format": true,
71
- "loc": "local"
72
- },
73
- "smollm2": {
74
- "path": "llm/SmolLM2-1.7B-Instruct",
75
- "reason": false,
76
- "use_external_data_format": true,
77
- "loc": "local"
78
- },
79
- "foo": {
80
- "path": "llm/foo",
81
- "reason": false,
82
- "use_external_data_format": 3,
83
- "loc": "local"
84
  }
85
  }
 
1
  {
2
+ "llama3.2-1b": {
3
+ "path": "schmuell/Llama-3.2-1B-Instruct",
4
+ "reason": false,
5
+ "use_external_data_format": true,
6
+ "loc": "local"
7
+ },
8
  "qwen3-1.7b": {
9
  "path": "schmuell/Qwen3-1.7B",
10
  "reason": true,
 
34
  "use_external_data_format": true,
35
  "loc": "local"
36
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  "DeepSeek-R1-Distill-Qwen-1.5B": {
38
  "path": "llm/DeepSeek-R1-Distill-Qwen-1.5B",
39
  "reason": false,
40
  "use_external_data_format": true,
41
  "loc": "local"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  }
43
  }