phptensor10 commited on
Commit
3d24aec
·
verified ·
1 Parent(s): 8c04f1d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }