-
*Note.* None of the things discussed below seem to be the case on Windows.
Below, I write some code, in an attempt to understand some behavior that initially may appear puzzling. This is more just …
-
Hi all, it's surprising to see the ToolUse metrics in Ragas version v0.2.
Based on the base `Metric` class, I have implemented several useful metrics before.
After the update of ToolUse section, I…
-
Great package! Do you know if your parallel solution will work on a cluster system? I tried your parallel code on a cluster using SLURM and got the following error from future_lapply:
2: (function …
-
### Model Series
Qwen2.5
### What are the models used?
Qwen2.5-72B-Instruction
### What is the scenario where the problem happened?
vllm
### Is this a known issue?
- [X] I have fo…
-
Hi,
The code and outputs are as follows.
Regards
```python
import numpy as np
import cma
def fun(x,a):
return sum(x)
if __name__ == "__main__":
nprocesses = 1
args = (0…
-
### Go version
go1.23.0-windows-amd64
### Output of `go env` in your module/workspace:
```shell
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\hauntedness\AppData\Local\go-b…
-
```python
>>> from sympy import symbols, Integral, Abs, cos
>>> x, y = symbols('x y', real=True)
>>> integral = Integral(Abs(cos(x + y)), y)
>>> integral.doit()
```
The error:
```python
Traceback (…
-
### Background
I am using the Rust wrapper of this C library (available at https://github.com/thomwiggers/csidh-rust) in my personal Rust project to implement a private set intersection protocol base…
-
你好作者,我在跑你们训练的时候遇到了这个问题,请问有解决的方式吗?
/home/amax/anaconda3/bin/conda run -n WalMaFa --no-capture-output python /data1/WalMaFa/train.py
load training yaml file: ./configs/LOL/train/training_LOL.yaml
==…
-
### 🚀 The feature, motivation and pitch
Currently, there is a [parallel_tool_calls](https://github.com/vllm-project/vllm/blob/18b296fdb2248e8a65bf005e7193ebd523b875b6/vllm/entrypoints/openai/protocol…