Commit History

fix param naming
6a824e9

burtenshaw commited on

pass args to generation pipeline
17ce9a8

burtenshaw commited on

move max_new_tokens to model definition
3372a22

burtenshaw commited on

increase max new tokens
348c664

burtenshaw commited on

add print statements to feel app
46c4bfa

burtenshaw commited on

add text only mode
1dfdd1b

burtenshaw HF staff commited on

switch to single client
6222a64

burtenshaw commited on

fix language reference
188febc

burtenshaw commited on

add accelerate dependency
e0ac74c

burtenshaw commited on

fix requirements
3c4eff3

burtenshaw commited on

add bitsandbytes dependency
46bb542

burtenshaw commited on

fix model variable
8a563d0

burtenshaw commited on

load in 4bit to save memory
b6a9f2e

burtenshaw commited on

double catch env variable
54032d5

burtenshaw commited on

fix bool type environment variable
68f5611

burtenshaw commited on

switch to zero GPU
1457419

burtenshaw commited on

add torch to requirements
683605c

burtenshaw commited on

add transformers dependency for pipeline in app
8b086c0

burtenshaw commited on

integrate with zero gpu
86f7d0b

burtenshaw commited on

Merge pull request #9 from borgr/patch-1
30461ca
unverified

burtenshaw commited on

Merge branch 'main' into patch-1
4e3d86a
unverified

burtenshaw commited on

Refine like data handling in wrangle_like_data function
62aa801

davidberenstein1957 HF staff commited on

Remove redundant outputs from submit_conversation calls
df52e70

davidberenstein1957 HF staff commited on

Remove redundant chat input clear functionality
3faf0fe

davidberenstein1957 HF staff commited on

Optimize token limit and improve chat input interaction
076b4f2

davidberenstein1957 HF staff commited on

Hide submit conversation button by default
dc26845

davidberenstein1957 HF staff commited on

Modify conversation submission flow in app.py
81490b8

davidberenstein1957 HF staff commited on

Remove temporary file path comment from app.py
c5f8c61

davidberenstein1957 HF staff commited on

Refactor app.py: Enhance language support, client management, and conversation handling
dedc4f1

davidberenstein1957 HF staff commited on

Update app.py
294ddf1
unverified

Leshem Choshen commited on

Add rating processing function to app.py for improved data handling
85e41fb

davidberenstein1957 HF staff commited on

Refactor language handling in app.py to use a dictionary for system messages, enhancing support for multiple languages and simplifying message retrieval.
0cba459

davidberenstein1957 HF staff commited on

Add debugging breakpoint in submit_conversation function to inspect conversation processing
0f08005

davidberenstein1957 HF staff commited on

Refactor URL generation in format_history_as_messages to use consistent variable naming for file paths, improving code clarity and maintainability.
d39610d

davidberenstein1957 HF staff commited on

Fix URL generation in format_history_as_messages to correctly format file paths by removing unnecessary encoding in the URL string.
e9b7220

davidberenstein1957 HF staff commited on

Enhance URL generation in format_history_as_messages by adding print statement for debugging
ac19e3a

davidberenstein1957 HF staff commited on

Update image URL handling in format_history_as_messages function to support SPACE_HOST environment variable
195ed03

davidberenstein1957 HF staff commited on

Merge pull request #8 from huggingface/fix/convert-tuple-to-data-uri-too
6793b42
unverified

davidberenstein1957 HF staff commited on

Merge pull request #7 from huggingface/feat/5-add-documentation-and-styling-to-gradio-app
a7b74c8
unverified

davidberenstein1957 HF staff commited on

Merge pull request #6 from huggingface/feat/language-selection-within-app
28cf05b
unverified

davidberenstein1957 HF staff commited on