Skip to content

Commit

Permalink
Merge pull request #768 from IBM/dam-watsonx-lite-option
Browse files Browse the repository at this point in the history
add lite_install check to prep-watsonx-ai
  • Loading branch information
fketelaars authored Aug 27, 2024
2 parents edc5829 + 6f757e3 commit f28030f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
marker: "# {mark} watsonx_ai options #"
block: |2
watsonx_ai:
tuning_disabled: {{ _current_cp4d_cartridge.installation_options.tuning_disabled | default(false) }}
tuning_disabled: {{ _current_cp4d_cartridge.installation_options.tuning_disabled | default(false) }}
lite_install: {{ _current_cp4d_cartridge.installation_options.lite_install | default(false) }}

0 comments on commit f28030f

Please sign in to comment.