Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
hientominh committed Jan 23, 2024
1 parent 9b464fc commit d02c1dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/screens/Settings/Advanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,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>
)}
{/* Experimental */}
Expand Down

0 comments on commit d02c1dc

Please sign in to comment.