improve precision description

This commit is contained in:
josc146
2023-11-20 20:13:30 +08:00
parent 646bcd81c0
commit bbcc6b07b6
3 changed files with 3 additions and 3 deletions

View File

@@ -328,7 +328,7 @@ const Configs: FC = observer(() => {
} />
{
selectedConfig.modelParameters.device !== 'Custom' && <Labeled label={t('Precision')}
desc={t('int8 uses less VRAM, but has slightly lower quality. fp16 has higher quality, and fp32 has the best quality.')}
desc={t('int8 uses less VRAM, but has slightly lower quality. fp16 has higher quality.')}
content={
<Dropdown style={{ minWidth: 0 }} className="grow"
value={selectedConfig.modelParameters.precision}