Javier Zazo

Results 20 comments of Javier Zazo

What's the status of this discussion? I wanted to train a BERT-like model with half precision, where the model is also half precision and not only the inputs. What would...

I added the following dependency in my `pyproject.toml`, and this helped poetry lock properly: ``` llvmlite = ">=0.39.0dev0,

Can setlists and rest of types be annotated? When I am using this module mypy tells me `Type of variable becomes "Any" due to an unfollowed import`. It would be...

Same experience as me. I am connecting via tunnel to my remote machine and I am forwarding ssh ports manually (2222). Web vscode works though.

Yeah, I confirm I can ssh with `devpod ssh name-of-project.devpod` as well.

Hi! I am experiencing the same problem, cannot connect with AndroidTV with https connection. It works on my phone, and it works on AndroidTV with http. I am using Let's...

Ok, I think I have realized the root problem. Trying from my phone app, I could connect to the server via https if I connected using the correct domain address....

When I try to launch my workspace with v0.0.15 it still fails with time out error. I am using the Windows ssh version, does it matter, or do I need...

I try to run the following command to use built-in ssh client but it fails: ``` PS > devpod provider set-options ssh --option USE_BUILTIN_SSH=true 14:04:09 error Please make sure you...

I still haven't been able to make it work. I deleted everything as @rodenj1 indicated and then: ``` > devpod provider add SSH -o [email protected] -o PORT=2222 -o USE_BUILTIN_SSH=true -o...