This commit is contained in:
josc146
2024-02-04 19:34:36 +08:00
parent 0da92ec7bf
commit ee5cca3ff3
3 changed files with 5 additions and 2 deletions

View File

@@ -141,6 +141,7 @@ const errorsMap = Object.entries({
'unsupported gpu architecture': 'Matched CUDA is not installed',
'error building extension \'fused_adam\'': 'Matched CUDA is not installed',
'rwkv{version} is not supported': 'This version of RWKV is not supported yet.',
'no such file': 'Failed to find the base model, please try to change your base model.',
'modelinfo is invalid': 'Failed to load model, try to increase the virtual memory (Swap of WSL) or use a smaller base model.'
});