File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ const ModelTryContent: React.FC<ModelTryContentProps> = ({
240
240
case 'vllm' :
241
241
case 'custom' :
242
242
default :
243
- return '0.6.6-cuda12.4-ubuntu22.04' ; // '0.6.2-cuda12.1-ubuntu22.04';
243
+ return '0.6.6-cuda12.4-ubuntu22.04' ; // '0.6.2-cuda12.1-ubuntu22.04';
244
244
case 'nim' :
245
245
return 'ngc-nim:1.0.0-llama3.8b-h100x1-fp16' ;
246
246
}
@@ -335,7 +335,7 @@ const ModelTryContent: React.FC<ModelTryContentProps> = ({
335
335
status : 'pending' ,
336
336
percent : 50 ,
337
337
taskId : data . bgtask_id ,
338
- statusDescriptions : {
338
+ onChange : {
339
339
pending : 'Downloading model is in progress...' , // t('data.folders.FolderClonePending'),
340
340
resolved : 'Successfully downloaded model.' , // t('data.folders.FolderCloned'),
341
341
rejected :
@@ -384,12 +384,6 @@ const ModelTryContent: React.FC<ModelTryContentProps> = ({
384
384
}
385
385
} , 5000 ) ;
386
386
} ) ,
387
- statusDescriptions : {
388
- pending : 'Model service is starting...' ,
389
- resolved : 'Model service is now ready!' ,
390
- rejected :
391
- 'Model service failed to start. Please check the service status.' ,
392
- } ,
393
387
status : 'pending' ,
394
388
percent : 0 ,
395
389
onResolve : ( ) => {
@@ -480,7 +474,7 @@ const ModelTryContent: React.FC<ModelTryContentProps> = ({
480
474
}
481
475
} , 5000 ) ;
482
476
} ) ,
483
- statusDescriptions : {
477
+ onChange : {
484
478
pending : 'Model service is starting...' ,
485
479
resolved : 'Model service is now ready!' ,
486
480
rejected :
You can’t perform that action at this time.
0 commit comments