Tobias Rothe
Tobias Rothe
I am so excited that you guys are adding support for Spanish. It seems to work great for many samples I tried. There is only one thing I am struggling...
I ported the time unit within parser from French to Spanish #495 @S4M3R @maxcaluva could you have a quick look at the test cases and constants to see if I...
I ran into the same issue and managed to make it work like this: ```c #include #define I2C_SDA 33 #define I2C_SCL 32 void setup() { Wire.begin(I2C_SDA, I2C_SCL); } ``` Here...
> Hi, We are use it **T_Relay4_ESP32** with **I2C**. In our development is IDF. we set it as pin into **SDA - 26, SCL - 14.** But Not Working as...
Thanks @jveitchmichaelis for the branch! I pulled it locally on a 36GB M3 MBP and can confirm the image predictor notebook (and a simple CLI) run fine on the MPS...
Thanks for cutting PR #173. I tested the branch on an M3 MBP (PyTorch Metal build) with PYTORCH_ENABLE_MPS_FALLBACK=1. Image predictor runs, but there’s still one MPS-only crash: - TransformerDecoderLayer.forward_ffn calls...