Toon Beerten

Results 10 comments of Toon Beerten

Sometimes i don't have time to cleanly shut down, nor can i wait for the filesystem check. I edited the script to wait 2 seconds for a keypress in case...

Did you at least see the prompt: "Unclean shutdown detected" Because only that part would have been changed. If it really doesn't turn on, i suspect a problem on file...

I used Ubuntu in a VM to mount the partition. Edited and saved the file with default editor. I remember that you may have to take care of the line...

above solution did not work for me: AttributeError: module 'simple_image_download.simple_image_download' has no attribute 'Downloader'

I can confirm that it also picks up handwritten information.

Works here when i remove the comma at the end: MainTask = """Write the snake game in python"""**,**

Afaik, the result returned, is only the result from the last task. So it makes sense that no code is returned. The result of the crew.kickoff should be able to...

It is FastAPI. I am positively sure the function itself takes so long as it's an AI inference task on CPU (which will take ~2 seconds when switching to a...

I just tried a few more calls and now it registers a median of ~30k milliseconds. So it does work now. Not sure why it showed 0 at first...

My API is hosted in a docker on Huggingface spaces, maybe that has something to do with it?