llm-arch / pages

Commit History

Fixed typo in TestRunner page
f9e1dd5

alfraser commited on

Updated the architecture descriptions, images and caption text for the display of the architectures
cc46ec6

alfraser commited on

Added trendline option in the scatterplot and associated update to the project requirements file for deployent on HF spaces
943d243

alfraser commited on

Moved the trace reload behind the admin screen and login
f89cac3

alfraser commited on

Updated from using random.choices to random.sample throughout where I need a random distinct set as choices does replacement so you can get the same item twice. Discovered in pricing testing.
b897a48

alfraser commited on

Added seoarate key for the question count as getting weird results in the counts
f3f6cf6

alfraser commited on

Added ability to set the number of testing threads dynamically from the UI
fc8884e

alfraser commited on

Modified test runner to dispatch requests in parallel to make use of the fact that there is a lot of wait time for the LLM. Defaulting to 16 threads.
bb7db2c

alfraser commited on

Removed a debug print line
edb7b35

alfraser commited on

Added runner for pricing fact checks to assess the level of fact embedding in the latest model
c319c31

alfraser commited on

Saved test records and refactored reporter UI code into smaller functions
a9d1d49

alfraser commited on

Updated the testing page to show the request/response pairs
9cec719

alfraser commited on

Added a push button to generate a random question to the UI, so users don't have to phrase something themselves.
7c479ac

alfraser commited on

Added the option to pause a failed endpoint in order to be able to kick it with a restart
5ecd875

alfraser commited on

Password protected the system controls page
c6ae5fd

alfraser commited on

Added ability to select which models to compare side by side, allowing for more flexibility in testing my fine-tuned llamas
57b94ca

alfraser commited on

Added a time/response length plot to the charts
dc63ce8

alfraser commited on

Added message to system status
acca6aa

alfraser commited on

Added button to force reload of trace files
5ea3cc9

alfraser commited on

Added the test reporting structure
82130cb

alfraser commited on

Added a new placeholder page for basic reporting
5044033

alfraser commited on

Added a test runner page which allows you to run a batch of test from the UI
ab87be2

alfraser commited on

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

alfraser commited on

Fixed issue in resolving sleep function caused by import time.time elsewhere
f443824

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

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

alfraser commited on

Added tags to the trace for the front end flows
1262b99

alfraser commited on

Added the display of the question typed into the side by side setup.
d0a9930

alfraser commited on

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

alfraser commited on

Added a side by side compare for the architectures
88be29a

alfraser commited on

Updated to refresh every 10 seconds when an endpoint is starting up
38dd285

alfraser commited on

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

alfraser commited on

Updated page as I learnt there should only be one final document
0d9d7ad

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

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

alfraser commited on

Added image for baseline architecture
06b78a1

alfraser commited on

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

alfraser commited on

Added structure for the final dissertation work product (documents and video).
e30a304

alfraser commited on

Tweaked page name
cb8d566

alfraser commited on

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

alfraser commited on

Refactored HF token ID access to a common function
5117e0a

alfraser commited on

Tidied up the models page and added another model just to get multi-model view
19f408b

alfraser commited on

Tweaked some language on the test page
08cb350

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

Tweaked text.
326698c

alfraser commited on

Tweaked page names and titles.
a6dda4b

alfraser commited on

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

alfraser commited on

Set up security with secrets on the hugging face side and helper function across pages which manages the security and logo.
d934e05

alfraser commited on