hamed
hamed
Hi, Thanks for this cool component. I'm having problems using it, unfortunately. I'm using Next.js and after installing `react-vim-wasm`, I am importing it in the following way (for now in...
The instruction for docker is for running the docker instance. But when you are inside the docker, you can't train/eval. It's just like cloning the code, downloading all datasets, pre-trained...
Hi, Thanks for the great library, you are up to great stuff. Quick question on what does it mean for APITable to be an identity provider as it's mentioned in...
I installed requirements and added OpenAI key and Redis URL, now getting `ydc_api_key` not found error. How can I disable it? ```shell Did not find ydc_api_key, please add an environment...
I still get an error when I install packages based on react 18 even though #222. Do you have any ideas how to solve it? ```bash npm i --force npm...
**Is your feature request related to a problem? Please describe.** I already have a running landing page in Nextjs, and I want to add `/blog` to it. Elegant caught my...
Adds MPS (Meta Performance Shaders) option to run the training on. [Torch MPS](https://pytorch.org/docs/stable/notes/mps.html) The hardcoded `"cuda"` strings have been changed to use the `args.device` instead, in case someone wants to...
Use any of the OpenRouter models with CursorLens, including `claude-3.5-sonnet` (by default [Cursor doesn't support it when it's through OpenRouter](https://github.com/getcursor/cursor/issues/1511))   
Here's a good list of the alternatives. Cloudflare tunneling looks very interesting. https://github.com/anderspitman/awesome-tunneling
At the moment running it is not easy. You need: - Postgres - ngrok running beside your Nextjs app. Ideally with one `docker compose up` everything will be set for...