Vlad Lialin

Results 10 comments of Vlad Lialin

Official CIDER implementation uses `PTBTokenizer` from Stanford CoreNLP. Unfortunately, it requires java and a `.jar` file with the library. What do you think could be an acceptable way to add...

In my case the problem was caused by my PATH. CUDA did not include itself into it automatically (although nvidia-smi worked), so I had to add this to my `.bashrc`....

Is there a documentation chapter that discusses in which cases you should expect your dataset preprocessing to be cached. Including do's and don'ts for the preprocessing functions? I think Datasets...

Thank you for help! What could I do if my server is not accessible via IP? For example, if it is inside a (pretty complicated and secured) Kubernetes cluster and...

@MBakirWB thank you, but my question was about specifying HOST environment variable.

Thank you @MBakirWB, that's good to know. I wasn't comfortable forwarding the app to my local 8080, so I changed it to a custom port (let's say 8899). If there...

Hi! Having the same issue. After following these instructions ``` docker stop wandb-local docker volume rm wandb wandb local -e LOCAL_RESTORE=true ------- ----- Wait 60 seconds ----- -------- docker exec...

**UPD:** I resolved this issue. Please follow [these](https://github.com/wandb/local/issues/64#issuecomment-1106030481) instructions carefully. Do not replace `[email protected]` with `/usr/local/bin/local password [email protected]`. You need to delete the link with `[email protected]` in `. htpasswd` and...

Thank you, I will take a look!

This is amazing, thanks Claude Code team ❤️