File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
instill/helpers/init-templates Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments