Commit History

added llama and alpaca
eeec271

yonikremer commited on

added gpt2 to the models list for testing
818ab4f

yonikremer commited on

deleting an assert that should be false
59660ba

yonikremer commited on

testing create_pipeline with gpt2 and not with AVAILABLE MODELS to enable testing with low-memory
b426c55

yonikremer commited on

add more test cases to TestIsDownloaded
2f94880

yonikremer commited on

testing the is_downloaded function
b7eab4d

yonikremer commited on

BUGFIX: models_dir was set to the wrong value
bdded84

yonikremer commited on

set max input and output lengths to 512
7be248a

yonikremer commited on

set max output length to 1024
6768469

yonikremer commited on

translated to english
e34eb24

yonikremer commited on

setting the max cache size to 10
787d882

yonikremer commited on

changed group size to 1024 (constant)
d2282ae

yonikremer commited on

caching create pipeline
84ab38f

yonikremer commited on

changed the default prompt
3f775b2

yonikremer commited on

changed the default prompt
21c7771

yonikremer commited on

shortened the maximum input and output length
42099a3

yonikremer commited on

downloading models at the start of the app and not at usage time
df273ff

yonikremer commited on

grouped-sampling 1.0.20
25de4e0

yonikremer commited on

deleted download_repo.py
2c1c246

yonikremer commited on

stopped downloading the models in the dockerfile
bb33aa7

yonikremer commited on

removed the space at the end of the default prompt
7303201

yonikremer commited on

ignoring more folders
dc053b1

yonikremer commited on

improved efficiency of the docker file
9be6535

yonikremer commited on

downloads the available models when the docker file runs
a4a9857

yonikremer commited on

changed maxUploadSize to 1GB
192204f

yonikremer commited on

upgraded streamlit to the latest version
18abcef

yonikremer commited on

downgraded streamlit to 1.11.x
7a22f89

yonikremer commited on

downgraded streamlit to 1.11
a5105ad

yonikremer commited on

removed the 7 billion model and gpt2 from linked models
9733474

yonikremer commited on

removed the 7billion model from available models
8a40661

yonikremer commited on

deleted unused import
839b2a3

yonikremer commited on

removed gpt2 from available models
0dac326

yonikremer commited on

disabled XsrfProtection
639c14e

yonikremer commited on

fixed a typo
d641ed9

yonikremer commited on

disabled cors
d73d3ab

yonikremer commited on

set maxUploadSize to 100GB
f2aae49

yonikremer commited on

updated requirements to grouped-sampling 1.0.19
37d03a0

yonikremer commited on

updated requirements to grouped-sampling 1.0.18
0792bc5

yonikremer commited on

stopped downloading the models
c9673cf

yonikremer commited on

moved config to the docker file
a8307fa

yonikremer commited on

copying .streamlit
6e8ec8d

yonikremer commited on

ignores hf_hub_logging warnings
9194adc

yonikremer commited on

changed the base theme to dark
96beb47

yonikremer commited on

sets TOKENIZERS_PARALLELISM to flase
9fdff39

yonikremer commited on

set logger level to error
4ca6389

yonikremer commited on

bug fix: wrong directory for user instructions
872c462

yonikremer commited on

deleted a debugging print
a0ace1a

yonikremer commited on

changed modes to read write and execute
ecb177b

yonikremer commited on

attempt to fix file does not exist error
99b00d3

yonikremer commited on