mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-04 04:04: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}
|
{label}
|
||||||
{disabled && (
|
{disabled && (
|
||||||
<Text component="span" size="xs" ml="xs">
|
<Text component="span" size="xs" ml="xs">
|
||||||
(Compatible device(s) not found)
|
(Compatible devices not found)
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ export const GpuDeviceSelector = ({
|
||||||
<Text size="sm" fw={500}>
|
<Text size="sm" fw={500}>
|
||||||
GPU Device
|
GPU Device
|
||||||
</Text>
|
</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>
|
</Group>
|
||||||
<Select
|
<Select
|
||||||
placeholder="Select GPU device"
|
placeholder="Select GPU device"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue