Commit History

Minor changes to readme repo references and conda environment
3ce9cef

seanpedrickcase commited on

Updated pyproject.toml file with requirements from requirements_no_local.txt
6191d21

seanpedrickcase commited on

Reverted requirements files to previous direct wheel links
f4c57ae

seanpedrickcase commited on

Added deduplication with LLM functionality. Minor package updates. Updated installation documentation.
6f3d42c

seanpedrickcase commited on

Enhanced user interface and documentation for topic extraction tool. Updated file input labels for clarity, improved README instructions, and refined progress tracking in API calls. Added time tracking for LLM calls in output files.
9a0231a

seanpedrickcase commited on

Added examples for structured summaries and groups. Adapted functions for structured summaries. Simplified front tab GUI
5ed844b

seanpedrickcase commited on

Optimised prompts. Updated Gradio. Added example for zero shot topics. Added support for Granite 4 local model
9e8c029

seanpedrickcase commited on

Corrected blank KV_QUANT_LEVEL values. Removed erroneous extract topics output
7ae3b47

seanpedrickcase commited on

Corrected KV quant value when not specified (set to None)
4cd2443

seanpedrickcase commited on

Corrected KV quantisation definition in config. Moved examples to top of screen under intro.
73188ff

seanpedrickcase commited on

Generally improved inference for low vram systems, unsloth usage improvements, updated packages, switched default local model to Qwen 3 4b
bd1a015

seanpedrickcase commited on

Updated output logging files. Updated examples and readme. Minor prompt adjustments and package updates
fff212b

seanpedrickcase commited on

Revised intro and readme. Reasoning suffix setting simplified. All in one xlsx returns correct tables.
8161b79

seanpedrickcase commited on

Position of usage logs input corrected
6acf6b9

seanpedrickcase commited on

tracking model state through all_in_one_function
1a1a845

seanpedrickcase commited on

Corrected usage of stop strings, streaming
6154c1e

seanpedrickcase commited on

Added stop strings, optimised llama-cpp-python inference for streaming
6eaced0

seanpedrickcase commited on

Trying out inference with unsloth vs transformers
4d01a46

seanpedrickcase commited on

Added 'all-in-one' function. Corrected local model load when not loaded initially. Environment variables for max data rows and topics.
d6ff533

seanpedrickcase commited on

Updated spaces GPU usage for load_model
a3bd98a

seanpedrickcase commited on

Added speculative decoding to transformers calls for gemma 3
7cadb40

seanpedrickcase commited on

It should now be possible to load the local model globally at the start to avoid repeated loading throughout the stages of topic extraction
fd02514

seanpedrickcase commited on

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