-
OS: Windows 8.1
VSCode version: 1.49
Extension version: 0.2.313
Toolchain version: stable-x86_64-pc-windows-msvc
Build target: stable-x86_64-pc-windows-msvc
Python version:
I am building a r…
-
I got segmentation fault error.
## Result
```bash
❯ cargo equip --exclude-atcoder-crates --resolve-cfgs --remove docs --minify libs --rustfmt --check --bin pastbook2022-g
warning: `--resolve-cf…
-
Hey everyone. I am using the [`inv`](https://docs.rs/ndarray-linalg/latest/ndarray_linalg/solve/trait.Inverse.html#tymethod.inv) method to invert a matrix. However, this method is not working.
## C…
-
## 🐛 Bug
I set up mlc-llm and tried to compile [Orca-Mini 3B](https://huggingface.co/pankajmathur/orca_mini_3b). I am getting the following error:
```
(myenv) aadarsh@AAD-HPLAP:~/src/mlc-llm$ p…
-
When running Miri on [owning-ref](https://github.com/Kimundi/owning-ref-rs), I ran into an error with this (minimized) snippet ([playground](https://play.rust-lang.org/?version=stable&mode=debug&editi…
-
Hi Thomas, please forgive me if this question is silly. My context is that rust code will receive a ndarray from julia, then the first thing rust code need to is check the datatype of the ndarray, whi…
-
I have a lengthy function which takes about 1s to run in Rust, but 6s when I call that function from R. The function takes some vectors of data, such as means and standard deviations, does some sampli…
-
See this https://github.com/extendr/extendr/issues/481#issuecomment-1435708706 issue for reference.
Currently, any arguments passed to `features` simply produce a new `[feature]` block in `Cargo.t…
-
I have had trouble finding this in the documentation, but in numpy you can do the following:
```python
idx = np.array([3, 1, 2])
values = np.arange(10)
values[idx] # returns array([3, 1, 2])
```…
-
### Describe the bug
New error message with this patch release. 7.2.4 succeeds in building the same documents.
``PyO3 modules may only be initialized once per interpreter process``
```
Full tr…