RuntimeRacer

Results 33 comments of RuntimeRacer

Small update on AR model training progress: ![image](https://github.com/lifeiteng/vall-e/assets/49956579/6a9f27d6-062f-44be-8836-641b6cc1e6e6) It's chewy but continues to converge. I'll keep it running now until valid loss stops converging eventually.

UPDATE: I was able to get past this Problem by commenting out the following lines in CMakeLists.txt: ```text find_package(CUDA REQUIRED) find_package(CUDAToolkit REQUIRED) list(APPEND LIBS CUDA::cublas) ``` And adding gfx803 to...

I put this into an .md file inside my .clinerules folder for every project that's part of the combined workspace, works pretty well for me: ## Workspace Definitions - Folders...