lmstudio-ai/lms 10Branches0Tags Folders and files Name Last commit message Last commit date Latest commit ryan-the-crayon @Release-48 Mar 28, 2025 88e1c33·Mar 28, 2025 History 160 Commits .github/workflows CLA Assistant bot (#180)
there is an option to run server with CORS on?Activity Propheticus commented on May 4, 2024 Propheticus on May 4, 2024 using the --cors flag, so running lms server start --cors 👍2 CGAlei commented on May 4, 2024 CGAlei on May 4, 2024 Author Works great. Less amount of ...
"description": "LM Studio CLI", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,12 +15,12 @@ "author": "LM Studio <team@lmstudio.ai> (https://lmstudio.ai)", "license": "Apache-2.0", "dependencies": { "@lmstudio/lms-common": "^0.8.1", "@lmstudio/lms...
LM Studio CLI. Written in TypeScript/Node. Contribute to lmstudio-ai/lms development by creating an account on GitHub.
1 1 import { type DownloadedModel } from "@lmstudio/sdk"; 2 2 import chalk from "chalk"; 3 - import { command, subcommands } from "cmd-ts"; 3 + import { command, flag } from "cmd-ts"; 4 4 import columnify from "columnify"; 5 + import { architectureInfoLookup } fro...
"description":"LM Studio CLI", 55 "main":"dist/index.js", 66 "types":"dist/index.d.ts", @@ -15,12 +15,12 @@ 1515 "author":"LM Studio <team@lmstudio.ai> (https://lmstudio.ai)", 1616 "license":"Apache-2.0", 1717
base repository: lmstudio-ai/lms base: main ... head repository: Mu-L/lms compare: main There isn’t anything to compare. lmstudio-ai:main and Mu-L:main are identical. Split Unified Showing 0 changed files with 0 additions and 0 deletions. Footer...
lms ships with LM Studio 0.2.22 and newer. To set it up, run the built-in bootstrap command like so: Windows: cmd /c %USERPROFILE%/.cache/lm-studio/bin/lms.exe bootstrap Linux/macOS: ~/.cache/lm-studio/bin/lms bootstrap To check if the bootstrapping was successful, run the foll...
Merge pull request #3 from lmstudio-ai/fix-nontty-clearline ryan-the-crayoncommittedMay 2, 2024 Verified b7e3b03 Fix non-TTY ryan-the-crayoncommittedMay 2, 2024 5930e15 Fix typo in CONTRIBUTING.md yagilcommittedMay 2, 2024 Verified b797be6 Commits on May 1, 2024 Update package.json...
"make": "npm run clean && tsc --build tsconfig.build.json && npm run build-sdk && npm run make-cli && npm run build-lmstudio && npm run build-scaffolds-json", "publish": "npm run build && lerna publish --no-git-tag-version --no-git-reset", "manual-testing": "cd ./packages...