mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 19:54:44 -07:00
copy update
This commit is contained in:
parent
4f49f0bad3
commit
861a1afb87
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ export const BackendSelectItem = ({
|
|||
{label}
|
||||
{disabled && (
|
||||
<Text component="span" size="xs" ml="xs">
|
||||
(Compatible device(s) not found)
|
||||
(Compatible devices not found)
|
||||
</Text>
|
||||
)}
|
||||
</Text>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ export const GpuDeviceSelector = ({
|
|||
<Text size="sm" fw={500}>
|
||||
GPU Device
|
||||
</Text>
|
||||
<InfoTooltip label="Select which GPU device(s) to use. Choose 'All GPUs' to use multiple devices with tensor splitting." />
|
||||
<InfoTooltip label="Select which GPU device to use. Choose 'All GPUs' to use multiple devices with tensor splitting." />
|
||||
</Group>
|
||||
<Select
|
||||
placeholder="Select GPU device"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue