Initial BitNet s9pk package with SSH access
This commit is contained in:
27
scripts/properties.sh
Executable file
27
scripts/properties.sh
Executable file
@@ -0,0 +1,27 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Return package properties as JSON
|
||||
cat <<EOF
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"data": {
|
||||
"Model": {
|
||||
"type": "string",
|
||||
"value": "bitnet-b1.58-2B-4T",
|
||||
"description": "Default LLM model",
|
||||
"copyable": false,
|
||||
"qr": false,
|
||||
"masked": false
|
||||
},
|
||||
"CPU Requirements": {
|
||||
"type": "string",
|
||||
"value": "AVX2 support required",
|
||||
"description": "Intel Haswell or AMD Excavator or newer",
|
||||
"copyable": false,
|
||||
"qr": false,
|
||||
"masked": false
|
||||
}
|
||||
}
|
||||
}
|
||||
EOF
|
||||
Reference in New Issue
Block a user