We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure where to report this issue but codeformer doesn't work anymore on replicate.com, it basically does nothing
The text was updated successfully, but these errors were encountered:
detect 1 faces Failed inference for CodeFormer: nvrtc: error: invalid value for --gpu-architecture (-arch) nvrtc compilation failed: #define NAN __int_as_float(0x7fffffff) #define POS_INFINITY __int_as_float(0x7f800000) #define NEG_INFINITY __int_as_float(0xff800000) template device T maximum(T a, T b) { return isnan(a) ? a : (a > b ? a : b); } template device T minimum(T a, T b) { return isnan(a) ? a : (a < b ? a : b); } extern "C" global void fused_sigmoid_mul(float* tx_1, float* aten_mul) { { float tx_1_1 = __ldg(tx_1 + (long long)(threadIdx.x) + 512ll * (long long)(blockIdx.x)); aten_mul[(long long)(threadIdx.x) + 512ll * (long long)(blockIdx.x)] = tx_1_1 * (1.f / (1.f + (expf(0.f - tx_1_1)))); } }
Sorry, something went wrong.
Agreed. No errors but outputs are not enhanced at all.
No branches or pull requests
Not sure where to report this issue but codeformer doesn't work anymore on replicate.com, it basically does nothing
The text was updated successfully, but these errors were encountered: