I get this problem:
{‘error’: ‘CUDA error: device-side assert triggered\nCUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.\nFor debugging consider passing CUDA_LAUNCH_BLOCKING=1.’}
In the 3rd cell when involking get_completion(text):
Thanks @elirod !
Well, it seems the guys sorted out at the backend, 'cause it’s working now!
Just for clarity: The cell is expected to output the summary of the “text” variable. Is the output of the get_completion function i.e. return json.loads(response.content.decode(“utf-8”))
I do a quick test and everything is fine now Regards the CUDA error on get_completion() function.
Regards the 504 bad gateway error, i restarted the kernel & clear all the outputs again and it works fine.
Note that there is no need to restart the kernel multiple times, but, it should be necessary to run the cell code more then once to finally make it work.
I tried to run a cell code one, but in the second one it’s work perfectly.
To be honest, i don’t quite sure if the gateway error is an issue in our side. Mainly because is work with a couple cell code run tries.