pounde
pounde
Still no luck on my end. I do have additional options now but no TextGenInterface.
That is correct. I ran into the same issue yesterday. While the planned deployment is on Linux this is a challenge for development. I am running Apple M1 Max. Identical...
I was able to side-step the problem by passing `--platform linux/amd64` in the `docker run` command. Probably worth closing this as it's not a SkyPilot issue.
On further testing, this does not resolve the underlying issue that Sky does not work on M1 machines. I get the following when running `sky check`: `(base) root@1c590d176a7c:/# sky check...
Roger. It's worth mentioning that it SkyPilot works as advertised outside docker...inside the container is the problem.
...it's probably worth mentioning that I am yet to get it working on a remote setup. It may be more Blocking than I initially thought.
Per this issue: https://github.com/ray-project/ray/issues/28103, it may be resolved. I haven't gotten around to checking this yet though.
I'm having the same issue with VS Code. Interestingly, I found this in the jupyter output: `warn 16:22:37.484: Update display data message received, but no output found to update {...
In VS Code the issue is related to the jupyter extension. Reverting to version v2022.11.1003412109 fixed it. There was an issue filed and merged two days ago. Should see it...
Same issue here. Reverted jupyter extension and it seems to be working. I'll add a comment to the vs-code jupyter issue as well. EDIT: Should have looked at the jupyter...