Commit History

Update README and requirements.txt to reflect Python version change from 3.10 to 3.11 and adjust installation instructions for llama-cpp-python to ensure compatibility with HF Spaces. Clarify build requirements for a smoother user experience.
b4a1cf2

rameshbasina commited on

Update app.py, README, and requirements.txt to reflect changes in default model and supported versions. Set Qwen 0.5B as the new default model, remove outdated models, and clarify build requirements for llama-cpp-python. Enhance user guidance on model loading and compatibility.
7d61224

rameshbasina commited on

Update README to clarify that the Space runs plain Python instead of PySpark, emphasizing the ability to replicate meetara-spark workflows without a Spark cluster.
54edbe0

rameshbasina commited on

Update requirements.txt to clarify build time for llama-cpp-python and ensure accurate documentation for users.
fbb4e21

rameshbasina commited on

Update model recommendations in app.py and README to reflect new default and working models. Enhance error messages for model loading failures to provide clearer guidance. Upgrade llama-cpp-python version in requirements.txt for improved compatibility.
8dbd6b7

rameshbasina commited on

Update README to reflect Python version change from 3.11 to 3.10 and revise model recommendations for improved clarity. Simplify the models section to highlight those that load reliably with the current setup, while providing guidance on handling loading failures.
3cec2f9

rameshbasina commited on

Refactor model management in app.py by reordering model definitions and updating the default model to enhance user experience. Improve error handling during model loading with retries and context adjustments. Update requirements.txt to use the latest llama-cpp-python version for better compatibility.
f5f9072

rameshbasina commited on

Improve model loading process in app.py by adding helper functions for path resolution and file validation. Enhance error handling to ensure models are fully downloaded before loading, providing clearer feedback for users in case of issues.
ac8b691

rameshbasina commited on

Enhance error handling in model loading and update user guidance in README. Introduce a hook to suppress asyncio warnings on shutdown and provide clearer model loading failure messages. Update recommended models section for better user experience.
00294b3

rameshbasina commited on

Fix progress update in run_batch function to correctly pass parameters as a tuple for improved batch processing feedback.
69e7a95

rameshbasina commited on

Refactor model loading in app.py to improve error handling and introduce helper functions for downloading and loading models. Enhance chat prompt building to accommodate Gradio 6 message formats, ensuring better compatibility and clarity in user interactions.
e4dc132

rameshbasina commited on

Remove unused buttons from the demo interface in app.py to simplify user interaction and improve overall UI clarity.
5a836a4

rameshbasina commited on

Refactor app.py to streamline Blocks initialization by removing redundant theme and CSS parameters. Update demo.launch to include theme and CSS settings directly for improved clarity.
66c03c9

rameshbasina commited on

Update README for clarity on distributed Spark usage and modify requirements.txt to specify llama-cpp-python version for improved dependency management.
6524d27

rameshbasina commited on

Update README to include Python version and clarify PySpark installation for local usage. Add PySpark as a dependency in requirements.txt for enhanced functionality.
dd2df0e

rameshbasina commited on

Remove outdated requirements.txt file as part of the cleanup process following recent enhancements to the meeTARASpark application.
87f70c7

rameshbasina commited on

Revise README to clarify functionalities of meeTARASpark on Hugging Face, emphasizing Batch and Chat usage. Update sections on task types and example prompts for better user guidance.
de7186a

rameshbasina commited on

Enhance meeTARASpark application with Batch and Chat functionalities, including task types for batch processing and improved prompt building. Update README to reflect new features and usage instructions. Remove outdated requirements.txt file.
d74d54f

rameshbasina commited on

Add use cases section to README and enhance chat interface with additional example prompts
edaccf4

rameshbasina commited on

Update README to correct filename references from 'requirement.txt' to 'requirements.txt' and add requirements.txt file for dependency management in HF Spaces.
7b34ee9

rameshbasina commited on

Enhance meeTARASpark Chat application with model selection, caching, and responsive design. Update README with usage instructions and repository details. Add requirements file for dependencies.
a37dbc3

rameshbasina commited on

initial commit
54cd710
verified

rameshbasina commited on

Duplicate from gradio-templates/chatbot
13f1f88

rameshbasina pngwn HF Staff commited on