-
Maybe I was a bit too quick to close #718 as it seems to still have some issues when running depending on exact flags I pass.
I'll post these in one go as I think they're related; but we'll see.
…
-
`Compiling protocols-sys v0.1.0 (/home/toluwani/Documents/PolyKervnet/Delphi/delphi/rust/protocols-sys)
error[E0716]: temporary value dropped while borrowed
--> /home/toluwani/.cargo/registry/…
-
### 路由地址
```routes
/zhihu/people/activities/:id
```
### 完整路由地址
```fullroutes
/zhihu/people/activities/diygod
```
### 相关文档
https://docs.rsshub.app/social-media.html#zhi-hu-yong-hu-dong-tai
### …
-
Running the ch_PP-OCRv3_det_infer ONNX model 100 times using tract-onnx takes ~13.5 seconds on my machine. Running the same model using the Microsoft ONNX runtime in rust bind takes ~2.5 seconds.
t…
-
### Polars version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of pola…
-
### Code
Using the following dependency:
```toml
wyrm = { version = "0.9.1", features = ["fast-math"] }
```
```Rust
use wyrm::{Arr, IndexInputNode};
fn main() {
let x = IndexInpu…
-
I've been recently getting into rust and I do a lot with machine learning (in python with tensorflow), so I was wondering if there was any opencl or cuda support by any chance? I was looking in the re…
-
In #1425, I temporarily disabled the LSTM because it didn't yet support no_std. We should make it no_std and re-enable the LSTM in the main crate.
-
Right now we don't allow Rust code to use any crate, as we manually install every Rust compiler (ie, no `cargo`/no `rustup` to be found), which severly limits how useful Rust support is in CE.
This i…
-
Test case ([playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=a0b4dd20321aed6d5180190d9b2ed3b0):
```rust
#![feature(dyn_star)]
#![allow(incomplete_features)]
t…