l3utterfly
l3utterfly
### What version are you using? Horizon v2.15.1 Go v1.17 ### What did you do? Post new stellar transaction to horizon server. The response sometimes takes over 10 seconds. ###...
### What version are you using? Horizon 2.15.1 Go v1.17 ### What did you do? Submitted a transaction with a bad sequence number. Horizon is running on non-ingest mode, directly...
### What version are you using? Horizon 2.14 Go 1.17 ### What did you do? Follow the documentation steps to setup Remote Captive Core: https://developers.stellar.org/docs/run-api-server/remote-core/ ### What did you expect...
**Describe the bug** Crate latest version not showing beside **To Reproduce** VS Code Windows Use "clap" out of date version **Expected behavior** Latest version should show beside the dependency. **Screenshots**...
**rust-analyzer version**: 0.3.1186-standalone (e8e598f64 2022-08-28) **rustc version**: rustc 1.65.0-nightly (e1b28cd2f 2022-08-19) **relevant settings**: VSCode install Rust analyser stops working randomly in my project with the following panic message: ```` thread...
Any async tests marked with `#[tokio::test]` are displayed properly in the sidebar, but the checkmark is not displayed after successful run.
Since llama.cpp can get reasonable inference speeds on latest flagship Android devices, I have been experimenting linking it into an Android app and creating a JNI around it etc. I...
Are there any plans to support this? Reading some of the past issues, seems the main thing blocking is that CUDA uses f32 whilst LORA uses f16 tensors. Is that...
GPU info: ``` QUALCOMM build : 7b26bdd942, Iab69c31769 Build Date : 08/28/23 Shader Compiler Version : E031.41.03.44 Local Branch : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.VENDOR.13.2.0.11.00.00.855.659 Remote Branch : NONE Reconstruct Branch...
### Describe the issue The current code tries to load the file on the JVM heap, before passing it to the native code, resulting in unable to load large onnx...