Spaces:
Running on Zero
Running on Zero
if deivce type is CPU, remove the timeout argument to TextIteratorStreamer
#5
by dntrplytch - opened
the timeout argument to TextIteratorStreamer (was 20 s) failed to have the program run on the CPU. It seemed to be taking ~25 seconds. Removing it altogether apparently make the wait indefinite.
My test with 120s. as the value also worked on the CPU without the code erroring out.
Added support to run on a CPU
dntrplytch changed pull request status to closed
dntrplytch changed pull request status to open
Added support to run on a CPU