Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: janhq/jan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc9d1fe1cb117639569ba0edc27b5650817af36a
Choose a base ref
..
head repository: janhq/jan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed38636f86ce04a5a0b06c23bbad3256d88116a7
Choose a head ref
4 changes: 4 additions & 0 deletions core/src/types/model/modelEntity.ts
Original file line number Diff line number Diff line change
@@ -25,6 +25,10 @@ export enum InferenceEngine {
triton_trtllm = 'triton_trtllm',
nitro_tensorrt_llm = 'nitro-tensorrt-llm',
cohere = 'cohere',
nvidia = 'nvidia',
cortex_llamacpp = 'cortex.llamacpp',
cortex_onnx = 'cortex.onnx',
cortex_tensorrtllm = 'cortex.tensorrt-llm',
}

export type ModelArtifact = {
Loading