Nicu

Results 10 comments of Nicu

I've also noticed this doesn't work. The report isn't getting generated

for me, the report outright doesn't get generated. i know `pytest-html` had the same issue and they fixed it

For us, this is the only thing stopping us from using this reporter as our management is very picky about their reports

Try my answer here https://github.com/suno-ai/bark/issues/315#issuecomment-1568127751

Can you post your code snippet and OS? i've seen issues with setting the env variables at a python level. I had the same issue and when setting the env...

```py os.environ["SUNO_USE_SMALL_MODELS"] = "True" os.environ["SUNO_OFFLOAD_CPU"] = "True" ``` Try making these actual env variables

for the nogpu part if you are running an nvidia gpu, try `pip install torch==2.0.0+cu118 torchvision --extra-index-url https://download.pytorch.org/whl/cu118` obviously the `cu118` should be your version of cuda installed

If you are using a normal python venv then activate that venv and install this ```py pip install torch==2.0.0+cu118 torchvision --extra-index-url https://download.pytorch.org/whl/cu118 ``` Note that `cu118 ` from both parts...

> Hey @fnrcum 👋 > > You're correct, we've built an app store app - it's in its early phase as of now. It has a few main goals: >...

I got the OCIS from the git releases https://github.com/owncloud/ocis/releases/tag/v6.3.0 And followed the docs here https://doc.owncloud.com/ocis/4.0/depl-examples/bare-metal.html As for the store, I have this `App Store` but it has only the 5...