Commit History

feat: Add scripts for launching models with vLLM, including dynamic GPU allocation and logging functionality for better monitoring and management of model processes.
04ffcc8

Elfsong commited on

refactor: Simplify model configuration by replacing dynamic GPU mapping with a static dictionary, and enhance bot response function to include a seed value for reproducibility in responses.
034dd7d

Elfsong commited on

chore: Update GPU mapping for model launches by commenting out unused configurations and adjust GPU memory utilization to 0.3. Add additional dependencies to requirements.txt for enhanced functionality.
12a6f32

Elfsong commited on

refactor: Update model GPU mapping to a list format for improved readability and adjust GPU memory utilization settings for better performance during model launches.
24170ac

Elfsong commited on

fix: Update model launch message emoji for clarity and disable demo sharing option for improved privacy.
27d8743

Elfsong commited on

feat: Expand GPU mapping for model launching and enhance logging output with emojis for better visibility.
eb0d8aa

Elfsong commited on

feat: Implement dynamic model launching with GPU mapping and update chatbot response handling to include thinking mode functionality.
6768a50

Elfsong commited on

feat: Integrate GPU support for model inference by adding the @spaces.GPU decorator to enhance performance during processing.
329ef45

Elfsong commited on

fix: Update chatbot configuration to specify message type for improved message handling in Model A and Model B outputs.
bd7ae40

Elfsong commited on

feat: Add new model options for inference and update requirements for OAuth support in Gradio.
365793d

Elfsong commited on

feat: Introduce .gitignore and requirements.txt, rename bot_response to model_inference for clarity, and disable demo sharing option.
110e0e0

Elfsong commited on

feat: Enable sharing option in demo launch for enhanced accessibility and collaboration.
c5f04c0

elfsong commited on

refactor: Update model selection and local endpoint configuration for chatbot UI, adding support for multiple local endpoints and improving clarity in input handling.
f0643ac

elfsong commited on

refactor: Simplify chatbot configuration by removing redundant parameters and consolidating feedback logging functionality.
a236245

elfsong commited on

refactor: Clean up feedback logging code by removing unnecessary comments and ensuring consistent formatting.
ff147bb

elfsong commited on

refactor: Change feedback logging from CSV to JSONL format for improved data handling and consistency.
ce45729

elfsong commited on

feat: Enhance feedback logging by switching from CSV to JSONL format and adding support for user message liking in chatbot UI.
57cac61

elfsong commited on

feat: Implement feedback saving functionality with CSV logging and automatic syncing for user interactions in chatbots.
ab76d2a

elfsong commited on

refactor: Update bot_response function to restore input box availability and clear content for improved user interaction.
6cd0f07

elfsong commited on

refactor: Enhance bot_response function by improving error handling, refining message construction, and ensuring consistent UI updates during streaming.
417d37b

elfsong commited on

refactor: Improve message handling in bot_response function by streamlining history updates and enhancing user interaction during streaming.
45e2ada

elfsong commited on

feat: Add support for local model endpoints and enhance bot_response function to handle local vs. remote inference clients.
1f1385b

elfsong commited on

refactor: Update UI labels and text for improved clarity and consistency across chatbot models
810081f

elfsong commited on

refactor: Enhance chatbot UI by updating comments, fixing clear logic, and ensuring message handling is consistent across models.
fac1a49

elfsong commited on

refactor: Simplify bot_response function by improving message handling and UI updates for user interactions.
2b717f1

elfsong commited on

Update
c5dc144

elfsong commited on

feat: Refactor chatbot functionality to support multiple models and improve user interaction with a new input system.
41ad8f7

elfsong commited on

chore: Remove `google/gemma-7b-it` from the list of available models.
1e1cd96

Elfsong commited on

feat: Update Qwen model version in available models list
707522f

Elfsong commited on

feat: Enable model selection via UI dropdown and dynamic InferenceClient initialization.
6ddd8e0

Elfsong commited on

refactor: remove dynamic model selection UI and hardcode `openai/gpt-oss-20b` for the InferenceClient.
b3b8a8f

Elfsong commited on

feat: Add model selection dropdown and dynamically use the chosen model in the inference client.
55b9df6

Elfsong commited on

initial commit
df4ee0e
verified

Elfsong commited on

Duplicate from gradio-templates/chatbot
476eb45
verified

Elfsong pngwn HF Staff commited on