-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epic: Implement Cortex Hardware API for Nvidia #1568
Comments
Hardware API DocumentationGet hardware informationGET /v1/hardware Response: {
"cpu": {
"arch": "string",
"cores": number,
"model": "string",
"instructions": ["string"]
},
"os": {
"version": "string",
"name": "string"
},
"ram": {
"total": number,
"available": number,
"type": "string"
},
"storage": {
"total": number,
"available": number,
"type": "string"
},
"gpus": [
{
"model": "string",
"vram": "string",
"driver_version": "string"
}
],
"power": {
"battery_life": number,
"charging_status": "string",
"is_power_saving": boolean
},
"monitors": [
{
"resolution": "string",
"refresh_rate": number,
"resolution":"string"
}
]
} Hardware ActivationPOST /v1/hardware/activate
|
Thanks @vansangpfiev. Will we be implementing deactivate this sprint? |
Since we have |
A few notes from our quick call: Hardware SupportWe will need to work with multiple hardware providers, but these can be dealt with in separate sprints:
|
CLI Documentation:Get hardware information
If no flag is specified, display all hardware information Activate hardware
Start model
Run
|
Nicely done @vansangpfiev! Testing it out now - 2 quick questions:
|
Thanks @gabrielle-ong
|
Thanks Sang! 1- it just takes in the empty array, no error logs.
cortex.log:
|
@gabrielle-ong Can you please try again with nightly |
Implementation for #1165
Tasklist
(Will fill in details when implement each task)
Hardware API
/engines
/model/start
ngl
settings (in/models/start
)Jan
Bugs to Address
Related bugs:
Out-of-scope
The text was updated successfully, but these errors were encountered: