Bernardo Ramos

Results 65 issues of Bernardo Ramos

Create a new type of transaction (`TEXT`) in which the payload contains a text command Then the nodes must process the command via the Aergo engine (Go or smart contract...

feature
proposal

When a contract calls another one, it should be able to specify a limit of gas that the called contract can use ```lua contract.call.gas(123)(address, function_name, args) ``` This feature appears...

feature
V4

Add function for contracts to return the amount of remaining gas on the current transaction execution ```lua local remaining_gas = contract.gasLeft() ```

feature
V4

This PR also has work from Aniket It implements very basic but understandable 8-bit quantization (using `quantize.c`) and also dequantization on-the-fly on `matmul`, `rmsnorm` and `dequantize_token` The RoPE weights are...

This is based on the work of @ankan-ban on #159 It has 2 implementations in separate files: * `run.cu` uses float16 * `run-q8.cu` uses 8-bit quantization ## Example Usage For...

Add to somewhere on the readme that installation as `root` is not supported

enhancement

I was not able to use it in Electron (v 1.4.12). Tip: changing the last line from: `})(typeof window !== 'undefined' ? window : module.exports);` to: `})(module.exports);` worked, but it...

Hi! Thank you for sharing your code! I understand that netstrings are used mainly as lists, so I thought that we could enhance the sequential reading of strings in a...

The pipe name "echo.sock" is not valid on Windows. What about using defines like [here](https://github.com/libuv/libuv/blob/1a96fe33343f82721ba8bc93adb5a67ddcf70ec4/test/task.h#L50-L58) in the working libuv tests?