RuntimeRacer
RuntimeRacer
Small update on AR model training progress:  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...