CoolFace
Apppublic

dfalbel/gptneox-chat

sourceHugging Facemitupdated 3y agoView on Hugging Face
4likes
50 commits on main
f3264d93y ago

comment stabilityai

dfalbel
26d21273y ago

go back to cpu

dfalbel
2b8a0993y ago

change runtime type to cuda.

dfalbel
900bc853y ago

remove shinyjs

dfalbel
33bcf083y ago

make sure pkgconfig is installed

dfalbel
52f52aa3y ago

try a different dockerfile

dfalbel
c2274c73y ago

some more organization

dfalbel
b1231d63y ago

add spinning icons

dfalbel
640a26a3y ago

Completely refactor the app for better shiny practices.

dfalbel
13c1f553y ago

tokenize from the main session

dfalbel
173d6453y ago

add support fur gpu

dfalbel
1952c1a3y ago

Update title

dfalbel
ee17c9a3y ago

Rm unused files.

dfalbel
bf43b6e3y ago

Simplify to use task queue

dfalbel
25afb763y ago

new model

dfalbel
a25e0283y ago

Use later for polling the process.

dfalbel
71864033y ago

Invalidate more often.

dfalbel
cf727123y ago

Initialize the model just once.

dfalbel
7b7293b3y ago

Go back for cache invalidation.

dfalbel
192f2bd3y ago

Another try

dfalbel
888c1403y ago

Cache invalidation

dfalbel
8e8223e3y ago

Does it set a default token?

dfalbel
0dad8033y ago

try again with changes from hfhub

dfalbel
bfe82413y ago

MOdify docker for cache invalidation

dfalbel
ccf94b73y ago

try to get a better stack trace by. loading the model in the main process.

dfalbel
8f4e0353y ago

allow parallel sessions

dfalbel
7f81c803y ago

Also reinstall minhub for dev versions

dfalbel
19d7f9f3y ago

INstall hfhub

dfalbel
9ae31233y ago

Fix msg

dfalbel
d928c7f3y ago

Actually no app.

dfalbel
241beb63y ago

Fix docker file

dfalbel
a10728c3y ago

Use pre-built cpu binaries for faster installation.

dfalbel
0313f743y ago

maintain a session specific idinstead of global

dfalbel
35d3c363y ago

Early return if generate is called and the session is not yet started.

dfalbel
33145ed3y ago

Add handle condition for during model laoding.

dfalbel
93d628c3y ago

Allow setting the model repo via env var.

dfalbel
4afd74e3y ago

use better model

dfalbel
c29126b3y ago

Load model as part of the initial observer.

dfalbel
98fa2d03y ago

actually we don't need this.

dfalbel
cfa2bcb3y ago

delay session initialization.

dfalbel
3f76e673y ago

Fix

dfalbel
e4947cc3y ago

reduce the number of messages upon failure.

dfalbel
8191af03y ago

maybe tmp?

dfalbel
c18a55b3y ago

another path

dfalbel
741bead3y ago

try another path

dfalbel
627557c3y ago

try another cache dir.

dfalbel
94a98883y ago

replace cache dir again

dfalbel
896d2803y ago

Improve error handling.

dfalbel
55d99af3y ago

Better message when failure.

dfalbel
b73694e3y ago

load magrittr for the pipe

dfalbel