Skip to content
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

feat: User Selectable GPUs and GPU-based Model Recommendations #1730

Merged
merged 9 commits into from
Feb 6, 2024
Prev Previous commit
Next Next commit
Fix eslint
  • Loading branch information
hientominh authored and hiro-v committed Feb 5, 2024
commit a8a9e6b2a090e94985e927ac62fc3f592dcb9b6f
3 changes: 2 additions & 1 deletion web/screens/Settings/Advanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 186,8 @@ const Advanced = () => {
{/* Warning message */}
{gpuEnabled && gpusInUse.length > 1 && (
<p className="mt-2 italic text-red-500">
If enabling multi-GPU without the same GPU model or without NVLink, it may affect token speed.
If enabling multi-GPU without the same GPU model or without NVLink, it
may affect token speed.
</p>
)}
{/* Proxy */}
Expand Down