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
bash$ openai api fine_tunes.create -t ./train_test_prepared.jsonl -m davinci
Upload progress: 100%|██████████████████████████████████████████████████████████████████████████████| 112/112 [00:00<00:00, 88.5kit/s]
Uploaded file from ./train_test_prepared.jsonl: file-ppEDNe0p6EomteEp3JFbBoFp
Created fine-tune: ft-u9KskmmvSnBtVc4VDfbe7lyr
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-u9KskmmvSnBtVc4VDfbe7lyr
/usr/lib/python3.10/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
it is working fine with 0.25.0
may be related: dev-python/aiohttp-3.8.3
sourceful-wing, evegarcianz, shirelga, prateek3255, kotikpoo000 and 5 more