Update profile.aiml
Browse files- 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 |
-
"
|
45 |
-
"
|
46 |
-
"
|
|
|
|
|
|
|
|
|
|
|
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 |
}
|