Loreto Parisi

Results 293 comments of Loreto Parisi

Great, thank you :+1: To double check you can then run ``` shell $otool -l Mylib.framework/Versions/Current/Mylib | grep __LLVM ``` and if you see LLVM segments like ``` segname __LLVM...

@sagarwaghmare69 if you run ``` shell $ cd /Applications/Xcode/Xcode.app/Contents/Developer/usr/bin/ $ ./xcodebuild -version ``` which version you get?

> The project was deprecated in favor of the chromium's team effort to create [official node bindings](https://dawn.googlesource.com/dawn/+/refs/heads/main/src/dawn/node/). Also at some point this project only acted as sort of a playground...

@joeferner in my case it hangs on both `linux/v12.18.4` and `macos/v14.17.3` with latest package from npm. To try to fix it I did ```javascript try { if(fs.statSync && fs.statSync(path.join(__dirname, "../build/Debug/nodejavabridge_bindings.node")).isFile())...

@vladwing I'm on debian-burster. I get another build same error: ``` Traceback (most recent call last): File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 50, in sys.exit(gyp.script_main()) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 554, in script_main return main(sys.argv[1:])...

Ciao Antonio! Grazie, molto interessante la tua verifica. In teoria sia l'ambiente emulato che sulla calcolatrice portatile reale il risultato dovrebbe essere lo stesso, in quanto l'emulatore usa la ROM...

@absentio grande! Potresti verificare anche se eseguendo alcuni degli esempi nel tutorial hai esattamente gli stessi valori riportati sulla guida? Se non è così, allora il problema può essere non...

@absentio molto strano, è possibile che sia cambiato qualcosa nel sw sulla Titanium? Devo fare una verifica più accurata.

**[UPDATE]** Even with the solution above in `distributed` I'm getting the same error, since after evaluation it is called again in ```python def _all_reduce_dict(d, device): # wrap in tensor and...

@jongwook thank you very much! I have run with both `python` and `python3` ``` ubuntu@deepblue:~$ curl https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py | python - % Total % Received % Xferd Average Speed Time Time...