Skip to content

Commit 2a65ec1

Browse files
committed
chore(cli,model): add instill.yaml optional fields
1 parent 6573736 commit 2a65ec1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

instill/helpers/init-templates/instill.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@ build:
22
# (Required) Set to true if your model requires GPU.
33
gpu: true
44

5+
# (Optional) LLM runtime to use.
6+
# Supported: mlc-llm, vllm, transformers
7+
# llm_runtime: mlc-llm
8+
59
# (Optional) Python version
6-
# support >=3.9 and <3.13 and default to 3.12
10+
# Supported: >=3.9 and <3.13 and default to 3.12
711
# python_version: "3.12"
812

913
# (Optional) CUDA version if `gpu` is set to true
10-
# support >=12.2 and <=12.8 and default to 12.8
14+
# Supported: >=12.2 and <=12.8 and default to 12.8
1115
# cuda_version: "12.8"
1216

13-
# (Optional) A list of python packages in the format of {package-name}=={version}
17+
# (Optional) A list of python packages in the format {package-name}=={version}
1418
# python_packages:
1519
# - numpy==1.21.0
1620
# - pandas==2.1.0

0 commit comments

Comments
 (0)