llm-arch / src /common.py

Commit History

Added logging to endpoint start
2aa6e54

alfraser commited on

Migrated from using print statements in the application code to using logger module (left prints in files intended to be run as scripts)
2d7adb6

alfraser commited on

Reviewed comments and type hints
eb8e0a0

alfraser commited on

Switched endpoint control to use the writeable token as it was inconsistent with the normal token.
2122072

alfraser commited on

Added awareness of the 'failed' status for an endpoint
82150c1

alfraser commited on

Removed decimals from group tag and moved where it is called in the side by side flow so they actually share the same ID
2f008c2

alfraser commited on

Fixed bug
bd663cd

alfraser commited on

Changed function name as getting a conflict on the server which I am not getting locally
59df961

alfraser commited on

Added ability to request the hf token be writable, in combination with new environment secret
b927d45

alfraser commited on

Added convenience function to pop N items from the end of a list
d1f5906

alfraser commited on

Added a page to see and control (pause/resume) the model inference endpoints
dfe6290

alfraser commited on

Fixed a display issue in the markdown with dollar signs in prices
aff284c

alfraser commited on

Switched the list joiner to not lowercase the inputs
cd5bd85

alfraser commited on

Added a utility to join lists of items as strings with comma/and separation
a565e7e

alfraser commited on

Added option to include a diagram of the architecture under test on the architectures page.
2db4636

alfraser commited on

Refactored HF token ID access to a common function
5117e0a

alfraser commited on

Set up configuration for models on HF and an associated page on the application to allow end use test chat.
54b3256

alfraser commited on

Migrated the databrowser code into the repo for hugging face.
53dc0ac

alfraser commited on