-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
QA: release 1.0.9 #1920
Comments
@vansangpfiev auto start server but not show on cli |
Seems like the Server was running at that time. @TC117 Please help to verify. |
yes it only happen the 1st time so just a minor issue |
@vansangpfiev Cant download new engines its stop in the middle |
@TC117 This should be fixed by |
QA details:
Version:
v1.0.9
OS (select one)
1. Manual QA (CLI)
Installation
/usr/local/bin
]Data/Folder structures
cortex.so/model_name/variants/
, with .gguf and model.yml filehuggingface.co/author/model_name
with .gguf and model.yml filemodel
,author_repo_id
,branch_name
,path_to_model_yaml
(view via SQL)Cortex Update
cortex update
should update from ~3-5 versions ago to latest (+3 to 5 bump)cortex update
should update from the previous version to latest (+1 bump)cortex update -v 1.x.x-xxx
should update from the previous version to specified versioncortex update
should update from previous stable version to latestOverall / App Shell
cortex
orcortex -h
displays help commandsEngines
Server
cortex start
should start server and output localhost URL & port numbercortex start
can be configured with parameters (port, logLevel [WIP]) https://cortex.so/docs/cli/start/cortex ps
should return server status and running models (or no model loaded)cortex stop
should stop serverModel Pulling
cortex.so
huggingface.co
Interrupted Download
Found unfinished download! Additional XGB needs to be downloaded
)Model Management
Model Running
cortex run <cortexso model>
- if no local models detected, showspull
model menucortex run
- if local model detected, runs the local modelcortex run
- if multiple local models detected, shows list of local models (from multiple model sources eg cortexso, HF authors) for users to select (via regex search)cortex run <invalid model id>
should return gracefullyModel not found!
cortex run <model>
starts interactive chat (by default)cortex run <model> -d
runs in detached modecortex models start <model>
exit()
should exit interactive chatHardware Detection / Acceleration [WIP, no need to QA]
CPU Extension (e.g. AVX-2, noAVX, AVX-512)
GPU Acceleration (e.g. CUDA11, CUDA12, Vulkan, sycl, etc)
Uninstallation / Reinstallation
--
2. API QA
Checklist for each endpoint
cortex start
, API page is displayed at localhost:port endpointEndpoints
Chat Completions
v1/chat/completions
Engines
/v1/engines
/v1/engines/{name}
/v1/engines/install/{name}
v1/engines/{name}/default
v1/engines/{name}/default
v1/engines/{name}/load
v1/engines/{name}/load
v1/engines/{name}/update
/v1/engines/install/{name}
Pulling Models
/v1/models/pull
starts download (websockets)websockets /events
emitted/v1/models/pull
(websockets)websockets /events
stoppedv1/models/import
Running Models
v1/models
/v1/models/start
/v1/models/stop
/v1/models/{id}
/v1/models/{id}
/v1/models/{model}
updates model.yaml paramsThreads
v1/threads
....
Server
/healthz
/processManager/destroy
Test list for reference:
The text was updated successfully, but these errors were encountered: