|
45 | 45 | - name: ocp-client-version |
46 | 46 | type: string |
47 | 47 | description: Openshift client version |
48 | | - default: "4.14" |
49 | 48 | - name: cp4d-version |
50 | 49 | type: string |
51 | 50 | description: Cloud Pak for Data version |
|
57 | 56 | type: string |
58 | 57 | description: Should the cloud pak deployer delete components that already exist in the cluster if you don't define them? True to delete components, False to not delete components. |
59 | 58 | default: "True" |
| 59 | + - name: cpd-sequential-install |
| 60 | + type: string |
| 61 | + description: | |
| 62 | + Do you want to install components sequentially? |
| 63 | + { |
| 64 | + "options": [ |
| 65 | + {"text": "No","value": "False"}, |
| 66 | + {"text": "Yes","value": "True", "default": "true"} |
| 67 | + ] |
| 68 | + } |
| 69 | + default: "True" |
60 | 70 | - name: cpd-use-fs-iam |
61 | 71 | type: string |
62 | 72 | description: | |
@@ -675,49 +685,47 @@ spec: |
675 | 685 | ] |
676 | 686 | } |
677 | 687 | default: "removed" |
678 | | - - name: llm-granite-13b-chat-v1-state |
| 688 | + - name: llm-granite-13b-chat-v2-state |
679 | 689 | type: string |
680 | 690 | description: | |
681 | | - Do you want to install ibm-granite-13b-chat-v1 llm? |
| 691 | + Do you want to install ibm-granite-13b-chat-v2 llm? |
682 | 692 | { |
683 | 693 | "options": [ |
684 | 694 | {"text": "No","value": "removed", "default": "true"}, |
685 | 695 | {"text": "Yes","value": "installed"} |
686 | 696 | ] |
687 | 697 | } |
688 | 698 | default: "removed" |
689 | | - - name: llm-granite-13b-chat-v2-state |
| 699 | + - name: llm-ibm-granite-13b-instruct-v2-state |
690 | 700 | type: string |
691 | 701 | description: | |
692 | | - Do you want to install ibm-granite-13b-chat-v2 llm? |
| 702 | + Do you want to install ibm-granite-13b-instruct-v2 llm? |
693 | 703 | { |
694 | 704 | "options": [ |
695 | 705 | {"text": "No","value": "removed", "default": "true"}, |
696 | 706 | {"text": "Yes","value": "installed"} |
697 | 707 | ] |
698 | 708 | } |
699 | 709 | default: "removed" |
700 | | - - name: llm-ibm-granite-13b-instruct-v1-state |
| 710 | + - name: llm-ibm-granite-3b-code-instruct-state |
701 | 711 | type: string |
702 | 712 | description: | |
703 | | - Do you want to install ibm-granite-13b-instruct-v1 llm? |
704 | | - { |
705 | | - "options": [ |
706 | | - {"text": "No","value": "removed", "default": "true"}, |
707 | | - {"text": "Yes","value": "installed"} |
708 | | - ] |
709 | | - } |
| 713 | + Do you want to install ibm-granite-3b-code-instruct llm? If yes then make this parameter "installed" and if no then make this parameter "removed" |
710 | 714 | default: "removed" |
711 | | - - name: llm-ibm-granite-13b-instruct-v2-state |
| 715 | + - name: llm-ibm-granite-8b-code-instruct-state |
712 | 716 | type: string |
713 | 717 | description: | |
714 | | - Do you want to install ibm-granite-13b-instruct-v2 llm? |
715 | | - { |
716 | | - "options": [ |
717 | | - {"text": "No","value": "removed", "default": "true"}, |
718 | | - {"text": "Yes","value": "installed"} |
719 | | - ] |
720 | | - } |
| 718 | + Do you want to install ibm-granite-8b-code-instruct llm? If yes then make this parameter "installed" and if no then make this parameter "removed" |
| 719 | + default: "removed" |
| 720 | + - name: llm-ibm-granite-20b-code-instruct-state |
| 721 | + type: string |
| 722 | + description: | |
| 723 | + Do you want to install ibm-granite-20b-code-instruct llm? If yes then make this parameter "installed" and if no then make this parameter "removed" |
| 724 | + default: "removed" |
| 725 | + - name: llm-ibm-granite-34b-code-instruct-state |
| 726 | + type: string |
| 727 | + description: | |
| 728 | + Do you want to install ibm-granite-34b-code-instruct llm? If yes then make this parameter "installed" and if no then make this parameter "removed" |
721 | 729 | default: "removed" |
722 | 730 | - name: llm-meta-llama-llama-2-70b-chat-state |
723 | 731 | type: string |
@@ -1522,7 +1530,7 @@ spec: |
1522 | 1530 | - project: cpd |
1523 | 1531 | cp4d_version: $(params.cp4d-version) |
1524 | 1532 | use_fs_iam: $(params.cpd-use-fs-iam) |
1525 | | - sequential_install: False |
| 1533 | + sequential_install: $(params.cpd-sequential-install) |
1526 | 1534 | accept_licenses: True |
1527 | 1535 | cartridges: |
1528 | 1536 | - name: cp-foundation |
@@ -1753,14 +1761,18 @@ spec: |
1753 | 1761 | state: $(params.llm-eleutherai-gpt-neox-20b-state) |
1754 | 1762 | - model_id: ibm-granite-8b-japanese |
1755 | 1763 | state: $(params.llm-ibm-granite-8b-japanese-state) |
1756 | | - - model_id: ibm-granite-13b-chat-v1 |
1757 | | - state: $(params.llm-granite-13b-chat-v1-state) |
1758 | 1764 | - model_id: ibm-granite-13b-chat-v2 |
1759 | 1765 | state: $(params.llm-granite-13b-chat-v2-state) |
1760 | | - - model_id: ibm-granite-13b-instruct-v1 |
1761 | | - state: $(params.llm-ibm-granite-13b-instruct-v1-state) |
1762 | 1766 | - model_id: ibm-granite-13b-instruct-v2 |
1763 | 1767 | state: $(params.llm-ibm-granite-13b-instruct-v2-state) |
| 1768 | + - model_id: ibm-granite-3b-code-instruct |
| 1769 | + state: $(params.llm-ibm-granite-3b-code-instruct-state) |
| 1770 | + - model_id: ibm-granite-8b-code-instruct |
| 1771 | + state: $(params.llm-ibm-granite-8b-code-instruct-state) |
| 1772 | + - model_id: ibm-granite-20b-code-instruct |
| 1773 | + state: $(params.llm-ibm-granite-20b-code-instruct-state) |
| 1774 | + - model_id: ibm-granite-34b-code-instruct |
| 1775 | + state: $(params.llm-ibm-granite-34b-code-instruct-state) |
1764 | 1776 | - model_id: ibm-granite-20b-multilingual |
1765 | 1777 | state: $(params.llm-ibm-granite-20b-multilingual-state) |
1766 | 1778 | - model_id: core42-jais-13b-chat |
@@ -1972,6 +1984,10 @@ spec: |
1972 | 1984 | params: |
1973 | 1985 | - name: SCRIPT |
1974 | 1986 | value: | |
| 1987 | + oc delete job cloud-pak-deployer-debug -n $(params.namespace) --ignore-not-found |
| 1988 | +
|
| 1989 | + sleep 20 |
| 1990 | +
|
1975 | 1991 | oc apply -f - <<EOF |
1976 | 1992 | apiVersion: batch/v1 |
1977 | 1993 | kind: Job |
|
0 commit comments