Commit History

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

Removed unused section of the home page
e6ad26b

alfraser commited on

Fixed bug in status bar
1979a9d

alfraser commited on

Dropped the info from the home page as I now gave folks the option to start the LLM endpoints.
89f4eab

alfraser commited on

Added system status to the default on each page with option for users to request start of the LLM inference endpoints. Set the endpoints to 15 minute timeout in line with this.
47d1763

alfraser commited on

Added page level comments to describe the purpose of each page
4f07f72

alfraser commited on

Tidied up some comments
5f6f1d0

alfraser commited on

Refactored the page into smaller functions to make it more modular and easier to follow and maintain.
cfa39d8

alfraser commited on

Tweaked a comment.
dd4879b

alfraser commited on

Refactored pages to make the functions smaller and clearer
03dc960

alfraser commited on

Updated one type hint
8dc34d0

alfraser commited on

Reviewed comments and type hints
d50e68d

alfraser commited on

Reviewed comments and type hints
eb8e0a0

alfraser commited on

Reviewed comments and type hints
8f8b146

alfraser commited on

Added on type hint
63018b5

alfraser commited on

Reviewed for comments and type hints
564477a

alfraser commited on

Checked type hints
2cb7b84

alfraser commited on

Tidied up generate_data.py
a1317da

alfraser commited on

Updated metadata section of README to move the core streamlit SDK version to the latest (1.31.1)
507ac8e

alfraser commited on

Merge remote-tracking branch 'origin/main'
ef622d0

alfraser commited on

Added additional inline display of my dissertation on the dissertation page
a898358

alfraser commited on

Updated formatting of file layout
1e895ae
verified

alfraser commited on

Updated README to include project outline structure.
a377dbd
verified

alfraser commited on

Fixed a couple of typos in the home page
907f936

alfraser commited on

Re-added the latest video version now LFS is enabled in the repo
43bd0c7

alfraser commited on

Moved the presentation to the home page
8f9200f

alfraser commited on

Added LFS tracking for m4v files
829afa7

alfraser commited on

Removed video prior to enabling LFS
590f18b

alfraser commited on

Updatedt the dissertation document
21a8022

alfraser commited on

Committed new test to the repo
fbf290a

alfraser commited on

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

Made updates to support automatic reload of the TestGroups after a test run
e35ef72

alfraser commited on

Moved the trace reload behind the admin screen and login
f89cac3

alfraser commited on

Committing logs for the fine-tuning evolution test
16386a3

alfraser commited on

Updating DB with latest saved tests
a6c1b7a

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

Committinf saved test records
360b55b

alfraser commited on

Updated the architectures config for both the fine-tuning model evolution, and the performance test removing the screeners
a5e3f36

alfraser commited on

Updating new DB
3776f34

alfraser commited on

Wiped out the trace DB to start fresh testing examples
bcbdf74

alfraser commited on

Marked the logger as a daemon thread so it doesn't prevent the exit of the python interpreter
d5cf91c

alfraser commited on

Fixed bug where the Logger was logging its own name and not that of the architecture.
30696ca

alfraser commited on

Added environment variable to explicitly flag to the tokenizers that we are doing multi-threading and to prevent a bunch of warnings arising
dd89a23

alfraser commited on

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

alfraser commited on

Implemented single threaded worker on writing the logs to the json file for controlled access to the resource on the file system now we are multi-threading the tests.
c0a1e47

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

Saved trace records offline
e999f4f

alfraser commited on