Skip to content

Commit 508e027

Browse files
committed
Mage -e optional
Signed-off-by: David Weik <geekupyourlife@gmail.com>
1 parent 9e41833 commit 508e027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ No changes are required at this time.
1212

1313
### Changed
1414

15-
- None
15+
- As the SCR endpoint isn't currently used in the register-LLMs.py script it has been moved to optional
1616

1717
### Fixed
1818

LLM-Definitions/register-LLMs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
parser.add_argument('-vs', '--viya_server', type=str, help='Enter the URL for the SAS Viya server. An example is example.sas.com', required=True)
2121
parser.add_argument('-u', '--username', type=str, help='Enter your username for the SAS Viya server', required=True)
2222
parser.add_argument('-p', '--password', type=str, help='Enter your password for the SAS Viya server', required=True)
23-
parser.add_argument('-e', '--scr_endpoint', type=str, help='Enter the endpoint under which the LLM containers are published. Example: https://viya-host/llm', required=True)
23+
parser.add_argument('-e', '--scr_endpoint', type=str, help='Enter the endpoint under which the LLM containers are published. Example: https://viya-host/llm', required=False, default='https://viya-host/llm')
2424
parser.add_argument('-l','--llms', nargs='+', help='List of LLM names Decide on the models that you want to be registered - specify the subfolder name, that folder needs to contain a modelConfiguration.json (e.g., phi_3_mini_4k phi_35_mini)', required=True)
2525
parser.add_argument('-rp', '--responsible_party', type=str, help='Enter the person that should be listed as the responsible party for the Model Studio project: Example Person or example@example.com', required=True)
2626
parser.add_argument('-k', '--verify_ssl', type=str, default='true', help='Set to false if you have a self-signed certificat')

0 commit comments

Comments
 (0)