josephrocca

Results 111 issues of josephrocca

Are there some pre-computations done which cause this lib to eat up RAM? Because I'm using a 160mb text file of word vectors and the node process is taking up...

[This line here](https://github.com/Planeshifter/node-word2vec/blob/7be2d8a0c975304b0d281cf3fcb56f2888147903/lib/model.js#L376) was removing the last item from each vector which made their lengths different which caused a whole bunch of chaos down the line (multiplying by undefined). I...

Based on the MTEB leaderboard: https://huggingface.co/spaces/mteb/leaderboard it seems quite strong given its size. It's about half the size of gte-base, with performance that nearly matches it. That said, benchmarks can...

Awesome project! Thanks for your work on this. I'm in the process of attempting to switch from `pm2` to `pup`, and I thought it might be useful to share some...

enhancement

Really cool results on [the project website](https://wilson1yan.github.io/videogpt/index.html)! I wanted to give it a shot, and in this repo's readme it says: > the VideoGPT model can be sampled using the...

In the last few days I've been playing around trying to see how fast I can get a 19M model training on a single 4090. My somewhat arbitrary goal is...

Hello [again](https://github.com/hanabi1224/RuAnnoy/issues/58#issuecomment-1100209037)! I've come across the need again to build an index on the client, and am wondering if there has been any reconsideration of this as a feature? My...

If I set `CMD_ADDITIONAL_ARGUMENTS` to `--model turboderp/Mistral-7B-instruct-exl2 --revision 4.0bpw` Then I get this error: ``` 2024-03-13T14:03:42.164428603Z + exec python3 -m aphrodite.endpoints.openai.api_server --host 0.0.0.0 --port 5000 --download-dir /app/tmp/hub --max-model-len 4096 --quantization...

Using this example that's linked from the official blog post: https://jsfiddle.net/gh/get/library/pure/pyodide/pyodide-blog/contents/demos/canvas-renderer-matplotlib/demo-1/ It tries and fails to get `https://fiddle.jshell.net/fonts/DejaVuSans.ttf`. I tried updating it to the lastest version by replacing the script...

### Problem description I opened up a fresh playground, wrote a bunch of code (without saving/deploy yet), then changed project name, and whole page refreshed, deleting all my code and...