mirror of
https://github.com/cloudstack-llc/msty-docs.git
synced 2026-07-19 21:54:17 -04:00
chore: update docs
This commit is contained in:
@@ -35,14 +35,12 @@ If you are unable to download the latest version of Local AI service using this
|
||||
|
||||
::div{label="Mac" icon="hugeicons:apple"}
|
||||
### Mac
|
||||
1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
2. From under `Assets`, download `ollama-darwin.tgz` (NOT `Ollama-darwin.zip`).
|
||||
3. Once downloaded and extracted, move `ollama-darwin` to `~/Library/Application Support/Msty`
|
||||
4. Rename `ollama-darwin` to `msty-local`
|
||||
5. Open Terminal and run the following command to make the file executable:
|
||||
```bash
|
||||
chmod +x ~/Library/Application\ Support/Msty/msty-local
|
||||
```
|
||||
1. Close the app. Make sure msty-local is not running in your Activity monitor.
|
||||
2. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
3. From under `Assets`, download `ollama-darwin.tgz` (NOT `Ollama-darwin.zip`).
|
||||
4. Once downloaded and extracted, move `ollama` to `~/Library/Application Support/Msty`. Do not copy the whole folder. But the executable inside the extracted folder.
|
||||
5. Rename `ollama` to `msty-local`
|
||||
6. Restart the app
|
||||
::
|
||||
|
||||
::div{label="Linux" icon="ph:linux-logo"}
|
||||
@@ -53,9 +51,6 @@ If you are unable to download the latest version of Local AI service using this
|
||||
3. Once downloaded, unzip and move `bin` and `lib` directories to `~/.config/Msty/`
|
||||
4. Rename `ollama` executable under `bin` to `msty-local`
|
||||
5. Open Terminal and run the following command to make the file executable:
|
||||
```bash
|
||||
chmod +x ~/.config/Msty/bin/msty-local
|
||||
```
|
||||
|
||||
#### Additional config for AMD ROCm™ GPU users only:
|
||||
1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
|
||||
|
||||
@@ -57,3 +57,11 @@ of Ollama:
|
||||
replace the old library.
|
||||
6. Run `./msty-local.exe serve` from `%appdata%/Msty` to see if your GPU is detected and for other useful information.
|
||||
7. Stop the server and restart Msty.
|
||||
|
||||
|
||||
## Also,
|
||||
* Make sure that you have downloaded the latest version of Msty and the right installer for your gpu.
|
||||
* Use a smaller model to make sure GPU is actually being used and detected. Once you are sure that GPU is being used, you can use larger models.
|
||||
* Close the app and make check your activity monitor/ task manager to ensure `msty-local` is not running. If it is, kill the process and restart the app.
|
||||
* Reinstall the app by first deleting `lib` folder and ensuring `msty-local` is not running.
|
||||
* If issue persists, please join our [Discord](https://discord.gg/2QBw6XxkCC) and ask for help in the `#msty-app-help` channel. Make sure to include your OS, GPU, Msty version, and the model you are trying to use.
|
||||
|
||||
@@ -4,6 +4,15 @@ description: Troubleshooting common issues with Msty
|
||||
navTruncate: false
|
||||
---
|
||||
|
||||
> My GPU is not being used
|
||||
|
||||
* Make sure that you have downloaded the latest version of Msty and the right installer for your gpu.
|
||||
* Use a smaller model to make sure GPU is actually being used and detected. Once you are sure that GPU is being used, you can use larger models.
|
||||
* Close the app and make check your activity monitor/ task manager to ensure `msty-local` is not running. If it is, kill the process and restart the app.
|
||||
* Reinstall the app by first deleting `lib` folder and ensuring `msty-local` is not running.
|
||||
* If issue persists, please join our [Discord](https://discord.gg/2QBw6XxkCC) and ask for help in the `#msty-app-help` channel. Make sure to include your OS, GPU, Msty version, and the model you are trying to use.
|
||||
|
||||
|
||||
> When using an imported Workspace with API keys, I get a key error something like "Error while decrypting the ciphertext".
|
||||
|
||||
For security reasons, Msty saves your API keys in the keychain of your device. When you create a new Workspace, you have the option to copy the API keys from the current Workspace to the new Workspace. When using this Workspace on another device, by default, you will need to re-enter the API keys manually otherwise you'll get an error when trying to use an API key. Ease of convenience or security is a trade-off here and you can choose what works best for you.
|
||||
|
||||
Reference in New Issue
Block a user