Giter Site home page Giter Site logo

Comments (7)

KensingtonOscupant avatar KensingtonOscupant commented on July 18, 2024 1

Seeing this too :/

from llm-engine.

yixu34 avatar yixu34 commented on July 18, 2024

Looking into it

from llm-engine.

squeakymouse avatar squeakymouse commented on July 18, 2024

So sorry about this, we changed the route path. Can you upgrade to version 0.0.0.b7 and try again? 🙏

from llm-engine.

f-linus avatar f-linus commented on July 18, 2024

Error still persists after upgrading to 0.0.0.b7

from llm-engine.

squeakymouse avatar squeakymouse commented on July 18, 2024

Hmm are you able to curl https://api.spellbook.scale.com/llm-engine/v1/llm/fine-tunes? (This should give error 401 due to missing API key, not error 404.) The old URL https://api.spellbook.scale.com/v1/llm/fine-tunes should also give 308, not 404 🤔 I noticed that the URL in your error screenshot has an extra %5C before the v1; confused on where that is coming from

from llm-engine.

yixu34 avatar yixu34 commented on July 18, 2024

I'm going to close this out for now - @f-linus feel free to open if you're seeing the issue persist, after accounting for the backslash in the path.

from llm-engine.

f-linus avatar f-linus commented on July 18, 2024

Sorry for getting back on this only now. I think I know now what the issue is.

As you pointed out, the URL I mentioned had a backslash in it which makes the URL invalid. Now, this bags the question why did the URL have an backslash in it in the first place?

I think the answer lies in using the os.path.join method used here on line 99:

image

Most people are probably on a Mac or Linux where the os.path.join method joins strings by adding a normal slash. However when on Windows, the os.path.join method joins strings using a backslash. Since I'm on Windows right now, the URL created to call the API endpoint has a backslash in it where there actually should be a normal slash.

from llm-engine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.