Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit ccf5c91

Browse files
authored
chore: remove python engine (#2146)
* remove python engine * remove docs * remove old methods * remove CI * remove model config * remove finetuning and some docs update * remove finetuning
1 parent 1191ebb commit ccf5c91

26 files changed

+6
-2405
lines changed

.github/workflows/python-script-package.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

.github/workflows/python-venv-package.yml

Lines changed: 0 additions & 275 deletions
This file was deleted.

docs/docs/architecture.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,3 @@ The sequence diagram above outlines the interactions between various components
144144
Our development roadmap outlines key features and epics we will focus on in the upcoming releases. These enhancements aim to improve functionality, increase efficiency, and expand Cortex's capabilities.
145145

146146
- **RAG**: Improve response quality and contextual relevance in our AI models.
147-
- **Cortex Python Runtime**: Provide a scalable Python execution environment for Cortex.

docs/docs/basic-usage/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ curl --request DELETE \
3535
```
3636

3737
## Engines
38-
Cortex currently supports a general Python Engine for highly customised deployments and
39-
2 specialized ones for different multi-modal foundation models: llama.cpp and ONNXRuntime.
38+
Cortex currently supports 2 specialized ones for different multi-modal foundation models: llama.cpp and ONNXRuntime.
4039

4140
By default, Cortex installs `llama.cpp` as it main engine as it can be used in most laptops,
4241
desktop environments and operating systems.

docs/docs/capabilities/models/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Cortex supports three model formats and each model format require specific engin
2222
- GGUF - run with `llama-cpp` engine
2323
- ONNX - run with `onnxruntime` engine
2424

25-
Within the Python Engine (currently under development), you can run models in other formats
26-
2725
:::info
2826
For details on each format, see the [Model Formats](/docs/capabilities/models/model-yaml#model-formats) page.
2927
:::

0 commit comments

Comments
 (0)