-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rag-service
- Loading branch information
Showing
41 changed files
with
724 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: inference-params-template | ||
namespace: {{ .Release.Namespace }} | ||
data: | ||
inference_config.yaml: | | ||
# Maximum number of steps to find the max available seq len fitting in the GPU memory. | ||
max_probe_steps: 6 | ||
vllm: | ||
cpu-offload-gb: 0 | ||
gpu-memory-utilization: 0.95 | ||
swap-space: 4 | ||
# max-seq-len-to-capture: 8192 | ||
# num-scheduler-steps: 1 | ||
# enable-chunked-prefill: false | ||
# see https://docs.vllm.ai/en/stable/models/engine_args.html for more options. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
examples/inference/kaito_workspace_qwen_2.5_coder_7b-instruct.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: kaito.sh/v1alpha1 | ||
kind: Workspace | ||
metadata: | ||
name: workspace-qwen-2.5-coder-7b-instruct | ||
resource: | ||
instanceType: "Standard_NC24ads_A100_v4" | ||
labelSelector: | ||
matchLabels: | ||
apps: qwen-2.5-coder | ||
inference: | ||
preset: | ||
name: qwen2.5-coder-7b-instruct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.