-
I tried :
```
pip install -U trulens_eval==0.19.1 -q
import numpy as np
from trulens_eval import Feedback, Tru, TruLlama
from trulens_eval.feedback import Groundedness
from trulens_eval.feedb…
-
**Describe the bug**
`pip install contextualSpellCheck` fails on macOS 12.6.7; M1 Pro MacBook Pro
TL;DR:
```bash
editdistance/bycython.cpp:216:12: fatal error: 'longintrepr.h' file not found
```
…
-
# Here are the most asked questions and advice for troubleshooting:
## About ABSADataset
We really suggest you share your dataset in [ABSADatasets](https://github.com/yangheng95/ABSADatasets), whi…
-
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
- [x] I have searched the [documentation](https://pyt…
-
When running `evaluate()` within Google Colab, I get a RecursionError. It happens regardless of using the standalone imported `evaluate` or `dataset.evaluate()`. it doesn't happen when calling `insigh…
-
I've initiated the alltalk_tts app with `start_alltalk.sh` after installing alltalk with `atsetup.sh` and can access alltalk's WebUI, but I'm uncertain about the `atsetup.sh` deepspeed installation wh…
-
Hi! I'm trying to install flash attention with PyTorch nightly.
The command I'm running is
```bash
pip install flash-attn==2.3.5 --no-build-isolation
```
```python
Killed
[46/…
-
**Describe the bug**
I carefully installed autogluon for Windows-Pip-GPU (https://auto.gluon.ai/stable/install.html). autogluon works perfecty withouth HPO (fast training to best results). When I try…
-
Nuitka version :
```
1.0.6
Commercial: None
Python: 3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]
Flavor: Unknown
Executable: D:\robot\robotenv\Scripts\python.…
-
Im trying to follow the musicgen example with nendo.
```py
# main.py
from nendo import Nendo
nd = Nendo(plugins=["nendo_plugin_musicgen"])
song = nd.plugins.musicgen(prompt="funky 70s disco",…