freefallr commited on
Commit
7cf8a10
·
1 Parent(s): 362713e

Update profile.aiml

Browse files
Files changed (1) hide show
  1. profile.aiml +8 -3
profile.aiml CHANGED
@@ -41,9 +41,14 @@
41
  "tools_used": "llama.cpp (commit 9e20231) - for quantization to 8, 5 and 4 bit"
42
  },
43
  "deployment": {
44
- "shell": "#/bin/sh",
45
- "script": "chmod +x run.sh && ./run.sh",
46
- "notes": "The run.sh script is not yet published in this repo. It will be made available within the next few days."
 
 
 
 
 
47
  }
48
  }
49
  }
 
41
  "tools_used": "llama.cpp (commit 9e20231) - for quantization to 8, 5 and 4 bit"
42
  },
43
  "deployment": {
44
+ "id": "1",
45
+ "title": "Bare Metal - Only CPU (64 Bit Intel/AMD/ARM)",
46
+ "description": "Use run.sh to deploy the model. Note: The run.sh script is not yet published in this repo. It will be made available within the next few days."
47
+ "cpu_architecture": "x86-64, arm64",
48
+ "os": "Mac OS, Linux (Ubuntu), Linux (Debian), Windows",
49
+ "install": "chmod +x install.sh && ./install.sh",
50
+ "start": "./run.sh",
51
+ "stop": "systemctl stop run_aiml.service",
52
  }
53
  }
54
  }