-
Add a new flag that will help to convert a time from one timezone to other. Preferably via short codes!
-
## Type conversion issues in WASM builds
When saving key-value pair to a Hive box in a Flutter WASM web build, the of types `int`, `int?` and `double?` are not type converted correctly when retriev…
-
Using this thread to collate a list of models that would be good to convert from other languages (C / Fortran / etc.). These should be sourced from different communities etc.
-
## Description
fp16 conversion using polygraphy breaks model. for onnx fp16 conversion, the inference results is not exactly the same but close enough. it works as expected
## Environment
**Tensor…
-
HandshakeToHW also lowers the arith and malloc dialects. This is missing from the DC flow. It should probably get pulled out into a separate pass.
-
Linked to #1015
As everything is explained on figma https://www.figma.com/design/wcpetFt6aOKzTszcvPPWLQ/%5B05%2F24%5D-Grist-Design?node-id=559-80548&t=qX4iHFYd8uzsW8kZ-1, some styling adjustments ar…
-
On [imu.py](https://github.com/micropython-IMU/micropython-mpu9x50/blob/master/imu.py) line 184:
` return bytes_toint(self.buf2[0], self.buf2[1]) / 340 + 35 # I think `
Whereas **MPU-6000 and MPU-…
-
Replace `as` conversions with `.into()` where possible and use `.try_into()` and handle the `Result` if not.
-
Using this snippet to save pre-trained model locally -
```
from gliner import GLiNER
model = GLiNER.from_pretrained("urchade/gliner_medium")
model.save_pretrained("gliner_medium")
```
post th…
-
In `include/dragonbox/dragonbox.h`, in each of the `remove_trailing_zeros_traits` structs, on lines 2974 and 3012, the statement `exponent += s;` invokes a warning from gcc when `-Wconversions` and `…