drbh

Results 36 issues of drbh

After a project succeeds we need to transfer tokens back to contributors proportional to their share of total issuance.

auction-loan

Hi deepmind team, This is truly amazing work! Great job and thank you so much for publishing these findings. As a developer I'm keen to make use of these algorithmic...

I can ``` vm.gate_nand(cipherbit1,cipherbit2) ``` and get ``` ``` but I can't ``` vm.gate_nand(cipherbit1[0],cipherbit2[0]) ``` cause I get ``` ERROR:root:Failed to compile ... ``` Can we make LweSampleArray indexable, and...

Board: [Seeed Studio XIAO nRF52840](https://www.seeedstudio.com/Seeed-XIAO-BLE-nRF52840-p-5201.html#) Program build and flashed with ```bash tinygo flash -target=xiao-ble -port /dev/XXXX main.go ``` ```go package main import ( "time" "tinygo.org/x/bluetooth" ) var adapter = bluetooth.DefaultAdapter...

onnxruntime v1.14.1 now supports M1 with a precompiled binary https://github.com/microsoft/onnxruntime/releases This PR bumps the version and adds the binary so it can be auto downloaded (avoid compile step)

This is a great project! Here's a small contribution 🙂 Adds `insert` to `Hnsw` and `HnswMap`. The goal is to allow for incremental updates to the index by following these...

``` Chip type: esp32 (revision v1.0) Crystal frequency: 40MHz Flash size: 4MB Peripheral: MLX90614 VCC: 3V3 GND: GND SDA: GPIO 21 SCL: GPIO 22 ``` Thank you for the awesome...

bug
peripheral:i2c

This PR makes tool calling aware of the name of the function selected. Fixes: https://github.com/huggingface/text-generation-inference/issues/1657 Thank you @puppetm4st3r for the helpful snippets, large parts of this PR are simply refactors...

WIP This PR explores the differences using torch.compile on select ops and starte work on reproducible benches

This PR allows the `CompletionRequest.prompt` to be sent as a string or array of strings. When an array is sent the first value will be used if it's a string;...