-
Has something changed in the sources? I have no deleted the failed VM and reinstalled a newer version (Ubuntu 22.04) and did the following as root:
```
apt update
apt upgrade
apt install curl t…
-
### Describe the bug
I'm receiving an error trying to use the `diffusers` module to run the `flux` model.
> ValueError: Cannot instantiate this tokenizer from a slow version. If it's based on sent…
-
I tested and found that the duration of the output audio is always 10 seconds. How to modify the code to make the output audio duration consistent with the input audio duration
-
Would it be possible to iterate the batch with more than one model? So that you choose Model Override and instead of the script using the model currently selected in the UI, you can input, say, 5 mode…
-
Hi all!
I opened this issue to keep tracking and an open discussion about the next release features and priorities.
### New features & refactors
- [x] Upgrade outdated dependencies in the gen…
-
@bobbrow Thanks for the update. I am still having issues. I now see:
[cms-client] Configuring using the "ninja" CMake generator with plattform "undefined" and toolset {}
[rollbar] Unhandle…
-
Hi! I am not sure if this is the appropriate place to ask the question:
I've tried the `dahlia-polybench` experiments by myself, and I found something kind of weird. I changed the `std_mult_pipe` p…
-
File "/home/alg/anaconda3/envs/evalscope/lib/python3.10/site-packages/evalscope/backend/rag_eval/__init__.py", line 1, in
from evalscope.backend.rag_eval.utils.embedding import EmbeddingModel
…
-
Just tried the new Gemma-2 9B model with a context length of around 10K Tokens. First run works fine, second run gives me the following error:
```
File "[...]exllamav2/exllamav2/generator/base.p…
-
When i follow the example on this page:
https://docs.confident-ai.com/docs/metrics-introduction
and try to use Mistral-7B as evaluation-model, i always get this error when running the exact code …