You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm using the image that you guys provided to test codegeex on Tesla T4 GPUs, the DSM is set to 75
after cmake build and checkpoint convertion, I ran api.py with datatype=int8, and the model successfully loaded
I used input() to make a breakpoint here, after I continue the program, the model predict got "runtime error", seems like it's from the C++ source code
The text was updated successfully, but these errors were encountered:
Hi there, I'm using the image that you guys provided to test codegeex on Tesla T4 GPUs, the DSM is set to 75
after cmake build and checkpoint convertion, I ran api.py with datatype=int8, and the model successfully loaded
I used input() to make a breakpoint here, after I continue the program, the model predict got "runtime error", seems like it's from the C++ source code
The text was updated successfully, but these errors were encountered: