Günter

Results 20 comments of Günter

> sorry for the late reply No need to be sorry. Appreciate support from open source IAC, albeit had stopped looking, so it took some time from my side now....

**Hey man, Copilot just solved it! \** Query: curl http://localhost:8080/embeddings -X POST -H "Content-Type: application/json" -d "{ \"input\": \"Your text string goes here\", \"model\": \"text-embedding-ada-002\" }" in cmd throws {"error":{"code":500,"message":"failed...

**And here is the Copilot-adapted PS variant:** > If you're trying to run the curl command in PowerShell, you should use the following syntax: `curl http://localhost:8080/embeddings -Method POST -ContentType "application/json"...

As you're outputting the usage / curl examples during model download I suggest you supplant the current Linux-only variant with the escaped one which works in bash and Windows cmd,...

The bot is a bit off, but, anyway.. Will have a PR for the curl problem ASAP. curl embeddings on Linux worked and I'll have a fix / PR for...

I forked the repo for editing and a future pull request, but then I thought I'd better asked what to do / edit as there are 7 occurrences of curl...

I'm afraid I'm pretty sure ours are different, separate goals. You're talking about fine-tuning or In-Context-Learning for a model running locally with trade-secret company code. I am asking for /...

@yeomanse Thanks for the suggestion! Seems I need to read up and dig into taming the beast. Will try and then return here. G.

I'm no expert here, but the error pretty much sounds like it's trying to offload to some sort of virtual memory. You did not say how much RAM (or what...

Thanks for the explanation. Sorry it took me a while to see it. Wouldn't it be worthwhile to add this to the Code > Readme.md? G.