-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: "GPU Acceleration" section missing after enabling Experimental Mode since version 0.5.15 #4826
base: dev
Are you sure you want to change the base?
Conversation
…abling Experimental Mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please help leave the screenshot as is and append your new screenshot after the original one?
as we still need to take a look at 2 places to make sure:
- we choose the right llamacpp
- we have enabled the GPU acceleration
1. Navigate to **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Advanced Settings** | ||
2. At **GPU Acceleration**, toggle on and select your preferred GPU(s) | ||
3. App reload is required after the selection | ||
1. Navigate to **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Local Engine** > ** **Llama.cpp** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please help check the format here?
it looks like there are some redundant asterisks
3. Under **GPU Acceleration**, enable **Vulkan Support** | ||
4. At **GPU Acceleration**, toggle on and select your preferred GPU(s) | ||
5. App reload is required after the selection | ||
1. Navigate to **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Local Engine** > ** **Llama.cpp** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please help check the format here?
it looks like there are some redundant asterisks
3. Under **GPU Acceleration**, enable **Vulkan Support** | ||
4. At **GPU Acceleration**, toggle on and select your preferred GPU(s) | ||
5. App reload is required after the selection | ||
1. Navigate to **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Local Engine** > ** **Llama.cpp** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please help check the format here?
it looks like there are some redundant asterisks
1. Navigate to **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Advanced Settings** | ||
2. At **GPU Acceleration**, toggle on and select your preferred GPU(s) | ||
3. App reload is required after the selection | ||
1. Navigate to **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Local Engine** > ** **Llama.cpp** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please help check the format here?
it looks like there are some redundant asterisks
@@ -259,11 +258,8 @@ AMD GPUs require **Vulkan** support. | |||
This feature is currently experimental and must be enabled through [Experimental Mode](/docs/settings#experimental-mode) in **Advanced Settings**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to remove this as well, it's not in the Experimental mode anymore
3. Under **GPU Acceleration**, enable **Vulkan Support** | ||
4. At **GPU Acceleration**, toggle on and select your preferred GPU(s) | ||
5. App reload is required after the selection | ||
1. Navigate to **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Local Engine** > ** **Llama.cpp** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please help check the format here?
it looks like there are some redundant asterisks
@@ -194,11 +190,8 @@ Intel Arc GPUs require **Vulkan** support. | |||
This feature is currently experimental and must be enabled through [Experimental Mode](/docs/settings#experimental-mode) in **Advanced Settings**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to remove this as well, it's not in the Experimental mode anymore
1. Navigate to **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Advanced Settings** | ||
2. At **GPU Acceleration**, toggle on and select your preferred GPU(s) | ||
3. App reload is required after the selection | ||
1. Navigate to **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Local Engine** > ** **Llama.cpp** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please help check the format here?
it looks like there are some redundant asterisks
@@ -156,8 +156,8 @@ Ensure you have installed all required dependencies and drivers before enabling | |||
</Callout> | |||
|
|||
Turn on GPU acceleration to improve performance: | |||
1. Select and **enable** your prefered GPU(s) | |||
2. App reload is required after the selection | |||
1. Navigate to **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Local Engine** > ** **Llama.cpp** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please help check the format here?
it looks like there are some redundant asterisks
hi @emeric-martineau |
Describe Your Changes
Since version 0.5.15, the section
GPU Acceleration
inAdvanced setting
was remove whenExperimental Mode
is enable but documentation was not updated.Fixes Issues
Self Checklist