Marnix Van Soom

Results 42 comments of Marnix Van Soom

One way of using the MAP approximation is to fit a MVN to it (Laplace approximation) and use that as a *proposal distribution*, to be incorporated into the prior, much...

You need to manually download Vicuna 7b v1.1 to that folder: ``` [cd to root of this project] git clone https://huggingface.co/lmsys/vicuna-7b-v1.1 ./llm/vicuna-7b ``` This requires git LFS. Note: LAVIS is...

Did you manually download Vicuna 7b v1.1? See https://github.com/boheumd/MA-LMM/issues/7#issuecomment-2084991618

Super useful!! Damn starting to understand why curses is called curses

When I add the file manually (copy it from this repo), the command runs succesfully, but it returns this error: ``` (.venv) marnix@hp:~/ART/CAMERA/code$ opengpt deploy stabilityai/stablelm-tuned-alpha-3b --precision fp16 --device_map balanced...

I can confirm the same error (`Unexpected phase: Failed reached at Starting for Flow ID`) happens after doing a fresh install using ``` git clone https://github.com/jina-ai/opengpt.git pip install -e ....

About 10 minutes for every combination that I tried.

Unfortunately not. Is it possible to upload and use it to JCloud without docker, i.e. with source code format?