DrMemoryFish
DrMemoryFish
> @yuanzhiyong1999 It seems you are trying to pre-compile sparse attention but are missing dependencies: > > ``` > [WARNING] please install triton==1.0.0 if you want to use sparse attention...
> Thanks for sharing this. Is it the environment file for windows? yes, correct!
> i got the same issue @andrediasbarbosa
> Thanks for sharing this! no problem
> oh you said you cannot see them, then try add them manually, no need to remake a vm. how do we add them manually? i see my GPU in...
> Heres my solution: > > ```python > import re > import os > > save_dir = "results/" > f = open("example/workspace/all_output.txt", "r") > s = f.read() > #pattern =...
> where do we put this?
i have the same problem. i changed from gpt-3.5-turbo to gpt-3.5-turbo-16k because with gpt-3.5-turbo all the files get put into one document file. but now its even worst as its...
> run cmd: tensorboard --logdir=Path-RVC-log-folder ex. tensorboard --logdir=C:\AI\VoiceClone\RVC\logs > > in tensorboard -> Scalars -> search at the top for g /total when i click Launch_Tensorboard.bat i get this error:...
> @jaykup1 You'll want to open up the environment.yml and make some adjustments. It has Linux specific package names on the end. For example beautifulsoup4=4.11.1=pyha770c72_0 > > You need to...