Skip to content

Commit

Permalink
hide MPS and CUDA-Beta Options
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 1, 2024
1 parent b0f2ef6 commit ba9aab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/Configs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ const Configs: FC = observer(() => {
}}>
<Option value="CPU">CPU</Option>
<Option value="CPU (rwkv.cpp)">{t('CPU (rwkv.cpp, Faster)')!}</Option>
{commonStore.platform === 'darwin' && <Option value="MPS">MPS</Option>}
{/*{commonStore.platform === 'darwin' && <Option value="MPS">MPS</Option>}*/}
<Option value="CUDA">CUDA</Option>
<Option value="CUDA-Beta">{t('CUDA (Beta, Faster)')!}</Option>
{/*<Option value="CUDA-Beta">{t('CUDA (Beta, Faster)')!}</Option>*/}
<Option value="WebGPU">WebGPU</Option>
<Option value="WebGPU (Python)">WebGPU (Python)</Option>
<Option value="Custom">{t('Custom')!}</Option>
Expand Down

0 comments on commit ba9aab9

Please sign in to comment.