Danny Su
Danny Su
@catalpaaa Removing Mojo completely and then reinstalling it will fix this issue.
@ringabout I haven't installed linux, the internet connection is ok, because execCmd function works well.
This is caused by [an issue of execCmdEx](https://github.com/nim-lang/Nim/issues/23286).
Here is my demo project. [hello.zip](https://github.com/aws/aws-sam-cli/files/12582778/hello.zip) Today, I upgrade docker to 4.6.2, the following is the output of 'sam --info': ``` { "version": "1.97.0", "system": { "python": "3.11.5", "os": "macOS-13.5.2-arm64-arm-64bit"...
> Could you check socks5 listen port value in `Advanced` tab? For your case, your possible using same port for both socks5 and http protocol, and http proxy service start...
@sawka export MONO_GAC_PREFIX="/usr/local" export GOROOT="/opt/homebrew/opt/go/libexec" export GOPATH="$HOME/go" export ANDROID_HOME="$HOME/Library/Android/sdk" export JAVA_HOME="$(/usr/libexec/java_home)" export CLASSPATH=".:/opt/homebrew/opt/aspectj/libexec/aspectj/lib/aspectjrt.jar" export GROOVY_HOME="/opt/homebrew/opt/groovy/libexec" export GRAALVM_HOME="/Library/Java/JavaVirtualMachines/graalvm-17.jdk/Contents/Home" export GRAILS_HOME="/opt/homebrew/opt/grails/libexec" export MVND_HOME="/opt/homebrew/opt/mvnd/libexec" export HOMEBREW_GITHUB_API_TOKEN="" export HOMEBREW_FORCE_BREWED_CURL=1 export RUST_SRC_PATH="$HOME/.multirust/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src" export MODULAR_HOME="$HOME/.modular" export...
@jonathanlermitage It seems like the issue disappeared.
@iofu728 I want it to run on macOS. It seems that PyTorch doesn't support BF16 on macOS for now, even though macOS Sonoma has supported BF16. Therefore, it is better...
Thank you both.