lms icon indicating copy to clipboard operation
lms copied to clipboard

LM Studio CLI

Results 52 lms issues
Sort by recently updated
recently updated
newest added

I've made a quick bat file to automatically start LMStudio server + Load the model and then start AnythingLLM. This works, with one caveat; I can't start the embedding model...

enhancement

LM Studio doesn't support latex render in markdown, while text-gen-webui has this feature. Will LM support Latex render in the future?

Hi , are you planning on adding exllamav2 in the near future?

Local Interface Server works well in example ```curl curl http://localhost:1234/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{ "model": "lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF", "messages": [ { "role": "system", "content": "Always answer in rhymes." },...

Is is possible to run LMStudio in headless mode when running the API? Use case is running it in a Linux instance without a UI.

I have set `"n_gpu_layers": -1,` in the preset I've selected as default for a model. However when I use the cli to load that model `lms load --identifier llama3-8b-8k` >>...

I always find it nice when install scripts that want to make changes to any config files ask/warn first. In the future I figure there'll be a default install and...

enhancement

This should be a bug in LMStudio. 1.Original factory configuration. `default_lm_studio_windows.preset.json` ![image](https://github.com/lmstudio-ai/lms/assets/16286533/80fb0d46-f63e-49c4-9b9c-372ca0ef0242) 2.Modify System Prompt in the GUI and Override Preset ![image](https://github.com/lmstudio-ai/lms/assets/16286533/35c8904f-006c-41b5-8fe1-3fcebb315ddc) 3.Wrong escape character issue occurred ![image](https://github.com/lmstudio-ai/lms/assets/16286533/819b37bb-8450-4ecc-b392-c67e06249f73)

As AI is obviously moving so fast, driven in no small part by projects like this, I wonder if we can get dockerized versions so all LMS features can be...

![image](https://github.com/lmstudio-ai/lms/assets/4240638/b4ec5d25-332f-460f-ae24-7c4849e59c06) [2024-05-17 14:45:46.998] [INFO] [LM STUDIO SERVER] Stopping server.. [2024-05-17 14:45:46.999] [INFO] [LM STUDIO SERVER] Server stopped [2024-05-17 14:45:46.999] [INFO] [LM STUDIO SERVER] Verbose server logs are ENABLED The server...