Closed daymxn closed 1 year ago
Any idea how to resolve the missing libcublas.so.11
file? Looks issue with environment setup with CI?
Any idea how to resolve the missing
libcublas.so.11
file? Looks issue with environment setup with CI?
Yeah, it seems to stem from CUDA links not matching up between torch
and NVIDIA, see pytorch/issues/88882
To work around this, we can migrate to pip and specify the index url in CI. I've updated the workflow to do such :)
Friendly ping @manny405
Thanks, I'll review it sometime over the long weekend.
Per #90,
This refactors various sites where flow could be updated according to more modernized practices; completing the checklist for high priority best practices (#90), and one of the medium priority tasks. More specifically, this closes the following tasks: