Steve
Steve
I did again a git pull, now it runs but I guess it is not complete: `python examples/run_storm_wiki_mistral.py --url http://192.168.0.120 --port 4000 --max-thread-num 1 --do-generate-outline --do-research` ``` root : ERROR...
so after a git pull again and running: `python examples/run_storm_wiki_mistral.py --url http://192.168.0.120 --port 4000 --max-thread-num 1 --do-generate-article --do-research --do-generate-outline` I have this: ``` Topic: Differences between capitalism and liberalism root...
the first description value seems strange? `[{'description': 'Something went wrong. Wait a moment and try again.Try again', 'snippets': ['Answer (1 of 40): Liberalism and Capitalism aren’t really on the same...
no problem it is a good product; keep going
Unfortunately I confirm the problem with the Cuda12 docker. See below extra logs and one clear error (last log) curl http://linuxmain.local:8445/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-4",...
The curl script below worked. the file DreamShaper_8_pruned.safetensors is present also the curl below is working as expected: ``` curl http://linuxmain.local:8445/v1/images/generations \ -H "Content-Type: application/json" -d '{ "prompt": "A cute...
works fine if I stop the docker and start it again; likely we need a better eviction approach when we switch models?
extra logs nvidia-smi # when I launch the docker (initial load) ``` Thu Apr 25 11:14:44 2024 +---------------------------------------------------------------------------------------+ | NVIDIA-SMI 535.171.04 Driver Version: 535.171.04 CUDA Version: 12.2 | |-----------------------------------------+----------------------+----------------------+ |...
the error is still present: ``` docker compose build ... => CACHED [webui 5/10] COPY ./api /srv/api 0.0s => ERROR [webui 6/10] COPY ./static /srv/static 0.0s => ERROR [webui 7/10]...
yes it is more to be used in terminal mode. I am loading a large library of documents so I need a way to review the log afterwards.