-
Notifications
You must be signed in to change notification settings - Fork 36
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
I can't set params optlevel
to 1
with torch_neuronx.trace
#67
Comments
Hi Suprhimp, took a quick look at your code and it seems to be correct. Another suggestion would be to run the above command by hand to see if you get the same result. |
Hi, Thanks for checking my issue @aws-donkrets :) even if I change the code like this
it gives me this log
and also I faild my compile ;) |
@aws-donkrets hello, let me add question, Is there any way to compile faster compile flag still not work. Can you check it please? |
Hello @Suprhimp, We do not directly support compiling Could you share your model or more of the failure logs from the compiler (usually log-neuronx-cc.txt)? That will give us more of an idea of why the failure is occurring. |
My environment is aws server
inf2.8xlarge
python : 3.8.10
torch-neuronx : 2.1.1.2.0.1b0
neuronx-cc : 2.12.68.0+4480452af
I'm trying to compile esrgan torch model to neuron but I have an issue.
when I run this code
first it gives me this log
I want to compile with
-O1
because of this error log (yes, i failed compile)I can't set the optlevel flag to 1 ... even I changed inside the module code like this
what should I do if I want to compile with --optlevel=1 with
torch_neuronx.trace
?The text was updated successfully, but these errors were encountered: