Commit History

Updated cbow UI
5ab0e19
Running

ClemSummer commited on

fixing qwen model loading from HF dataset
b48ecb9

ClemSummer commited on

moved both cbow and qwen to cache HF dataset
e497915

ClemSummer commited on

Handled reddit env info. Added back buttons.
d32cb1d

ClemSummer commited on

Added two more games. Container runs locally
79a071f

ClemSummer commited on

updated web pages
3aa3d4c

ClemSummer commited on

fix: write uploaded file to /tmp for HF compatibility
405db35

ClemSummer commited on

Fixed some format error in main.py
623450c

ClemSummer commited on

chore: trigger rebuild
0d739fa

ClemSummer commited on

The alive message is now visible. Switch back to original landing page.
31cc6ff

ClemSummer commited on

revert back to non-lazy one
2b3d156

ClemSummer commited on

Fixed lazy loading caption_generator
4bf21ae

ClemSummer commited on

fix: set app_port to 7860 to match Docker CMD
54c9e50

ClemSummer commited on

Add HEALTHCHECK and app_port
e3a01f4

ClemSummer commited on

Switch to uvicorn CMD for Hugging Face
1d4698f

ClemSummer commited on

need import of uvicorn
84f04ee

ClemSummer commited on

Add CMD to run main.py
629276e

ClemSummer commited on

Fix: update port to 8000 in main.py
5dafda7

ClemSummer commited on

Set Docker port to 8000
9682d12

ClemSummer commited on

Add EXPOSE 8000 to Dockerfile
e4acc16

ClemSummer commited on

Fix: save CLIPProcessor in Docker build
7d83d86

ClemSummer commited on

Fix: preload bert tokenizer during Docker build
86103f1

ClemSummer commited on

fix Dockerfile - load clip-vit-base-patch32 should be after pip install requirements.txt
bbf7f29

ClemSummer commited on

Fix: preload CLIP model during Docker build
e16e634

ClemSummer commited on

Fix: force cache to /tmp to avoid permission errors
ee03864

ClemSummer commited on

HF needs all model downloads to a special read-write cache dir, also affects encoder.py
a6b901d

ClemSummer commited on

using /tmp, should be writable
88b5781

ClemSummer commited on

removed /data, see if HF can use default internal cache
8c88d40

ClemSummer commited on

Need to create empty artifacts folder before wget
1017099

ClemSummer commited on

Dockerfile needs wget
9acc34b

ClemSummer commited on

Moved pth file to HF dataset
ac9c6c1

ClemSummer commited on

Resolve README.md conflict and merge with remote Hugging Face content
7b2eca8

ClemSummer commited on

initial commit
dba8761
verified

ClemSummer commited on