Skip to content
New issue

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

Doesn't work anymore on replicate.com #423

Open
ivellios1988 opened this issue Dec 21, 2024 · 2 comments
Open

Doesn't work anymore on replicate.com #423

ivellios1988 opened this issue Dec 21, 2024 · 2 comments

Comments

@ivellios1988
Copy link

Not sure where to report this issue but codeformer doesn't work anymore on replicate.com, it basically does nothing

@ivellios1988
Copy link
Author

ivellios1988 commented Dec 23, 2024

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))));
}
}

@lucellent
Copy link

Agreed. No errors but outputs are not enhanced at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants