Commit History

Added handling for the video overview presentation not being available, in order to avoid an issue in the submission to the university (including the video in the overall makes the submission go over the 50MB file limit).
c3c8ce3

alfraser commited on

Updated the dissertation, adding some additional references and moving one page break to keep related things together better
a17e065

alfraser commited on

Finalised the video
f53a983

alfraser commited on

Update the dissertation pdf after making a couple of small grammatical twekas and corrections
ab03ef4

alfraser commited on

Update the dissertation pdf after checking all the bibliography links and converting a long one to a bitly.
36fdcfe

alfraser commited on

Tweaked the output screener to be more relaxed as getting too many false positives in the screening process
15c31c0

alfraser commited on

Updated the dissertation file.
62d6dc9

alfraser commited on

Updated the dissertation file.
bf9c6ad

alfraser commited on

Updated the dissertation file.
34def26

alfraser commited on

Updated the status message on the endpoint start
7b55a1a

alfraser commited on

Fixed bug where display value was preventing end point from starting
f280a0c

alfraser commited on

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

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