-
**How do you install SCALib ?**
From source on a remote server using ssh.
Explain what steps you followed to install SCALib.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
.…
-
I would like to implement the following function, where `sample` is a 2D array and `offset` is a 1D array.
```math
\begin{array}{ c l }
(sample + offset) & \quad \textrm{if } sample[i, j] …
-
Hi there,
Here's the lib.rs code that caused a compilation panic when using wasm-pack build
```
// next step is to try to figure out how to get the wasm module into an iodide session
extern cra…
-
## 🐛 Bug
When I execute Llama-2-7b-chat-hf-q4f16_1-MLC, some errors are raised as follow:
```Shell
(relax-py10) [chenf@b11b0623:/mnt/ssd/chenf/project/mlc_models/example/llama2]$ /mnt/ssd/chenf…
-
Hello,
crate `linfa-kernel v0.6.1` compiles with version `0.11.0` but no longer with `0.11.1`.
```
error[E0599]: no method named `mul` found for reference `&CsMatBase` in the current scope
-…
-
Following the [Tutorial: Building your first zkVM application](https://github.com/risc0/risc0/blob/main/examples/hello-world/tutorial.md), I can compile and successfully generate the receipt. But when…
-
The docs are not very clear on how to use the scale and offset factors. Can you please add these to the docs? Or a simple example? Thank you!
-
## 🐛 Bug
I used mlc llm to compile Llama-2-7b-chat-hf, but when using mlc-chat, I reported an error:
subprocess.CalledProcessError: Command '['D:\Program\Anaconda3\envs\mlc-chat\python.exe', '…
-
Using a custom HDF5 installation (v1.10.5) on M1 mac running 11.7.9 gives the following error
```
Looking for HDF5 library binary...
Attempting to load: "/Users/mpkumar/bin/openmpi/hdf5-1.10.…
-
## 🐛 Bug
Running `mlc_chat_cli --local-id vicuna-13b-1.1-q3f16_0` fails with
```
Use MLC config: "/Users/peter/_Git/_GPT/mlc-llm/dist/vicuna-13b-1.1-q3f16_0/params/mlc-chat-config.json"
Use mo…