GithubHelp home page GithubHelp logo

Issues re LM Studio about am HOT 4 CLOSED

thorrrr avatar thorrrr commented on June 20, 2024
Issues re LM Studio

from am.

Comments (4)

thorrrr avatar thorrrr commented on June 20, 2024 1

Ok cheers for update good luck

from am.

ivan-hc avatar ivan-hc commented on June 20, 2024

this is because they have removed the appimage fron the page where it was before https://lmstudio.ai/beta-releases

now it is on the home page https://lmstudio.ai but its a strange structure, I can't figure out how to check the download url via command line

I'll keep you updated if I solve

from am.

ivan-hc avatar ivan-hc commented on June 20, 2024

it seems an URL quite protected, its called by a JS function, using "curl"/"wget" this is thestring that references to the appimage

    <script defer="defer" data-domain="lmstudio.ai" file-types="dmg,zip,exe,AppImage" src="https://plausible.io/js/script.file-downloads.js"></script>

and I can see the URL from Firefox

Istantanea_2024-05-02_17-30-23

I need a way to obtain that url from that page

from am.

ivan-hc avatar ivan-hc commented on June 20, 2024

OK, I've found this workaround

version=$(mkdir -p "$HOME"/.cache && cd "$HOME"/.cache && wget -rq https://lmstudio.ai 2>&1 && cat ./lmstudio.ai/static/js/main*.js | tr '"' '\n' | grep -i appimage && rm -Rf "$HOME"/.cache/lmstudio.ai)

tested on AppMan and between other scripts.

I'm going fix this.

from am.

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.