Upload folder using huggingface_hub
Browse files- manifest.json +15 -0
manifest.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"name": "glyph-lm-v1",
|
| 4 |
+
"entrypoints": {
|
| 5 |
+
"compress": ["python3", "/app/client.py", "compress", "--input", "{input}", "--output", "{output}"],
|
| 6 |
+
"decompress": ["python3", "/app/client.py", "decompress", "--input", "{input}", "--output", "{output}"]
|
| 7 |
+
},
|
| 8 |
+
"image": "andrii663/glyph-lm-runner@sha256:c509b3b9ce880527cd66cad2a11ec2ee185a27ebd3eb8f8f1cadc219a692a253",
|
| 9 |
+
"warmup": {
|
| 10 |
+
"command": ["python3", "/app/warmup.py"],
|
| 11 |
+
"timeout_secs": 540
|
| 12 |
+
},
|
| 13 |
+
"resources": {"vram_gb": 20, "ram_gb": 8},
|
| 14 |
+
"license": "MIT"
|
| 15 |
+
}
|