-
qdrant_client.http.exceptions.ResponseHandlingException: [WinError 10061] No connection could be made because the target machine actively refused it
-
## 🐛 Bug
In issue #1675 I described how I had run Llama-2-7b on Metal, using Python API. I also tried to run the same model on Metal, using `mlc_chat_cli` application. But got a seg fault on parame…
-
Hello, i'm trying to run [Burn MNIST example](https://github.com/Tracel-AI/burn/tree/main/examples/mnist), and it gives me this error:
```
Segmentation fault.
0: evcxr::runtime::Runtime::insta…
-
It would really be great to be able to return a vector of structs or tuples:
For example. I have the following type:
```
#[wasm_bindgen]
struct Range {
offset: u32,
length: u32
}
```…
-
Right now serialization of high level graphs is a bit of a mess. It was evolved organically and without much architectural thought. This seems to be a source of technical debt.
A lot of the chall…
-
Hi thanks for the library! However, with latest opencv-rust, it fails to compile on ios x86-64. It worked well using old versions.
Undefined symbols for architecture x86_64:
…
-
## 🐛 Bug
running cm.generate(prompt=text) in a loop for mistral model is giving the following error
```
InternalError Traceback (most recent call last)
Cell In[7], …
-
Tried to run the model, but can't get it to read.
```
use rand::prelude::*;
use tract_onnx::{
prelude::*,
tract_hir::tract_ndarray::{Array, Array2, Array3, Array4, Dim},
};
fn main(…
-
When trying to link this example which has both linalg and stats it fails; though individually it links fine.
```
use ndarray::{arr2, Array2, ArrayView2};
use ndarray_stats::CorrelationExt;
pu…
-
## 🐛 Bug
Compiled Llama2 Chat HF 70B breaks if the prompt is greater than 2k tokens:
```
Traceback (most recent call last):
File "/mnt/data/psyber.io/tests/sample_mlc_chat.py", line 55, in
…