llm-arch / src /architectures.py

Commit History

Added ability to wipe the logs from the system status page
c0f0676

alfraser commited on

Added the comment to the actual save
e47e542

alfraser commited on

Added ability to include comments on the saved trace
53697b7

alfraser commited on

Added saving of the trace data
745c1f4

alfraser commited on

Fixed typo in comment.
53ccfca

alfraser commited on

Removed debug print statements which cause extra chaff in the logs
1c63a8a

alfraser commited on

Removed now unused code which calls huggin face via the free HTTP interface - moved everything to endpoints to be equivalent.
227dc25

alfraser commited on

Added user messaging when the endpoint is down.
0adaf44

alfraser commited on

Added option to name an inference endpoint so it is human readable
27e1387

alfraser commited on

Added a new architecture component which calls hugging face via a dedicated inference end point and not the HTTP interface - needed due to the size of the fine-tuned model
6000142

alfraser commited on

Added and configured a component to trim the architectures to remove some common junk referencing the vector retrieved documents.
d02c4c7

alfraser commited on

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

alfraser commited on

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

alfraser commited on

Modified the input screener to be simple profanity check.
d246d52

alfraser commited on

Added ability to include a message in the trace from the component when it triggers an early exit in the pipeline.
3af3634

alfraser commited on

Added the ability with the HF models to pass the temperature through from the config to the model, and added a sample which is effectively deterministic.
aee0ded

alfraser commited on

Added the safety checks on the input and the response.
bd6f44c

alfraser commited on

Integrated the architecture page structure and code from the old codebase and integrated for hugging face deployment
cc9a95f

alfraser commited on

Initial merge in of architectures from old codebase before I modify the HF access
e94696c

alfraser commited on