#Mac User Here. CANNOT Fine Tune.

5 messages · Page 1 of 1 (latest)

weak mango
#

I spent the better part of 3 hours yesterday trying to figure out how to use the code listed on this page: https://platform.openai.com/docs/guides/fine-tuning

I was able to create a .py file that would respond with a city in France.

But this command: openai tools fine_tunes.prepare_data -f <LOCAL_FILE>
Let alone this one: openai api fine_tunes.create -t <TRAIN_FILE_ID_OR_PATH> -m <BASE_MODEL>

... all I get from python3 in Mac terminal is various file not found and command doesn't exist type stuff.

Yes, I'm replacing the tags with the information that's required.

From what I can tell, after I pip3 install openai ... python3 then can't find any of it to use beyond outreach to GPT3.

sacred glade
weak mango
#

I've since figured it out. The CLI install situation (per the api documentation) is missing a LOT of bolts. It's a technical mess that even those who are comfortable sifting through it will have trouble addressing.

#

But ... I'm all set now. Thanks.

rugged idol
#

use brew to avoid installation issues