Commit History

Added framework of support for Azure models (although untested)
138286c

seanpedrickcase commited on

Corrected misplaced example file reference. Added AWS Nova models to model list
5fa40a6

seanpedrickcase commited on

Minor corrections to transformers inference
6797022

seanpedrickcase commited on

Further optimisations to transformers inference
0895a36

seanpedrickcase commited on

Enabled GPU-based local model inference with the transformers package
72d517c

seanpedrickcase commited on

Added possibility of adding examples quickly to the input files
8c54223

seanpedrickcase commited on

Enhanced app functionality by adding new UI elements for summary file management, put in Bedrock model toggle, and refined logging messages. Updated Dockerfile and requirements for better compatibility and added install guide to readme. Removed deprecated code and unnecessary comments.
ba1a951

seanpedrickcase commited on

Allowed possibility to run all analysis steps in one click
2e33e29

seanpedrickcase commited on

Updated requirements. More generous spaces GPU timeouts
9b97b7b

seanpedrickcase commited on

Loading llama_cpp inside load_model instead of on app load
aba68bf

seanpedrickcase commited on

Enhanced app functionality by adding new logging variables, refining file input options, and updating prompts for better user experience. Updated Dockerfile for improved environment setup and adjusted requirements for compatibility. Removed unnecessary print statements and added error handling in data loading functions.
714810a

seanpedrickcase commited on

Removed kv quantisation for CPU as cannot make consistent without flash attention
4f3fcbc

seanpedrickcase commited on

Aligned kv quantisation for CPU inference
933ac57

seanpedrickcase commited on

Optimised prompts for llama.cpp prompt caching
43fe323

seanpedrickcase commited on

Dockerfile now refers to prebuilt llama-cpp-python wheel
41f8cab

seanpedrickcase commited on

Minor fixes for Gemini, model calls. Updated Dockerfile for non-GPU systems
8ec0f3d

seanpedrickcase commited on

Merge pull request #22 from seanpedrick-case/pyproject_file
a3a7eae
unverified

Sean Pedrick-Case commited on

Added pyproject.toml file, updated some dependencies
359f819

Sonnyjim commited on

Merge pull request #21 from seanpedrick-case/gpt-oss-compat
76942b4
unverified

Sean Pedrick-Case commited on

Merge branch 'dev' into gpt-oss-compat
7497349
unverified

Sean Pedrick-Case commited on

GPT-OSS 20b should now work correctly
12c4a40

Sonnyjim commited on

Added GPT-OSS 20b support. Moved to Llama cpp python chat_completion function
c61bb70

seanpedrickcase commited on

Added DynamoDB logging. Optimised topics lists with descriptions
ef5252d

seanpedrickcase commited on

Merge pull request #20 from seanpedrick-case/dev
49faa78
unverified

Sean Pedrick-Case commited on

Attempting latest CUDA compatible wheel for requirements.txt
6d4a850

seanpedrickcase commited on

Downgraded primary requirements file for compatibility with older systems
0df2640

seanpedrickcase commited on

Merge pull request #19 from seanpedrick-case/dev
a2ccbd0
unverified

Sean Pedrick-Case commited on

Added cost code logging functionality. More customised logging output, can now save logs to DynamoDB.
9bd035b

seanpedrickcase commited on

Merge pull request #18 from seanpedrick-case/dev
7e96e51
unverified

Sean Pedrick-Case commited on

Updated app to work correctly in API mode. Updated xlsx outputs. Some package updates
1803cc3

seanpedrickcase commited on

Allowed for save to xlsx file. Some package updates
11004c5

seanpedrickcase commited on

Merge pull request #17 from seanpedrick-case/dev
e7b676a
unverified

Sean Pedrick-Case commited on

You can now create structured summaries by group by changing a setting under 'I have my own list of topics'
4753a16

seanpedrickcase commited on

Merge pull request #16 from seanpedrick-case/dev
a1ed58d
unverified

Sean Pedrick-Case commited on

Corrected system prompt usage. Upgraded Bedrock to converse API. Replaced Sonnet 3 with Sonnet 3.7. Updated prompts with response prefill and more specific system prompt for tables.
e66ea5f

seanpedrickcase commited on

Further improved grouping implementation, improved summarisation prompts
92003de

seanpedrickcase commited on

Improved on implementation of group-based analysis. Now should be possible all the way to summarisation
f2d85f1

seanpedrickcase commited on

Merge pull request #15 from seanpedrick-case/dev
f765f2c
unverified

Sean Pedrick-Case commited on

Wrapper function added to add possibility of analysis by group. Some bug fixes, package changes
1937645

seanpedrickcase commited on

Merge pull request #14 from seanpedrick-case/dev
77fe7c6
unverified

Sean Pedrick-Case commited on

Remoed cuda.runtime.version reference
e09bc58

seanpedrickcase commited on

Merge pull request #13 from seanpedrick-case/dev
f3deb28
unverified

Sean Pedrick-Case commited on

Downgraded package versions to hopefully work with Hugging Face spaces Zero GPU
6bad22e

seanpedrickcase commited on