I'm running a fine-tuning doing that code:
openai api fine_tunes.create -t ./data3.jsonl -m davinci
but getting that error message:
Upload progress: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 13.7k/13.7k [00:00<00:00, 7.30Mit/s]
Uploaded file from ./data3.jsonl: file-91pV0GxB6CzMK82Up9ZhWarL
Created fine-tune: ft-RRXBArk8o0Y5jEqi117LrWVV
Streaming events until fine-tuning is complete...
(Ctrl-C will interrupt the stream, but not cancel the fine-tune)
Stream interrupted (client disconnected).
To resume the stream, run:
openai api fine_tunes.follow -i ft-RRXBArk8o0Y5jEqi117LrWVV
/Users/m/opt/anaconda3/lib/python3.9/site-packages/openai/cli.py:406: RuntimeWarning: coroutine 'FineTune.stream_events' was never awaited
cls._stream_events(resp["id"])
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
does anyone know why it's happening?