update defaultConfigs
This commit is contained in:
		
							parent
							
								
									4d875a8c00
								
							
						
					
					
						commit
						dbb8374d89
					
				@ -268,7 +268,7 @@ export const defaultModelConfigsMac: ModelConfig[] = [
 | 
			
		||||
      apiPort: 8000,
 | 
			
		||||
      maxResponseToken: 4100,
 | 
			
		||||
      temperature: 1.0,
 | 
			
		||||
      topP: 0.3,
 | 
			
		||||
      topP: 0.8,
 | 
			
		||||
      presencePenalty: 0,
 | 
			
		||||
      frequencyPenalty: 1
 | 
			
		||||
    },
 | 
			
		||||
@ -280,6 +280,24 @@ export const defaultModelConfigsMac: ModelConfig[] = [
 | 
			
		||||
      maxStoredLayers: 41
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    name: 'CPU-560M-Music',
 | 
			
		||||
    apiParameters: {
 | 
			
		||||
      apiPort: 8000,
 | 
			
		||||
      maxResponseToken: 4100,
 | 
			
		||||
      temperature: 1.0,
 | 
			
		||||
      topP: 0.8,
 | 
			
		||||
      presencePenalty: 0,
 | 
			
		||||
      frequencyPenalty: 1
 | 
			
		||||
    },
 | 
			
		||||
    modelParameters: {
 | 
			
		||||
      modelName: 'RWKV-4-MIDI-560M-v1-20230717-ctx4096.pth',
 | 
			
		||||
      device: 'CPU',
 | 
			
		||||
      precision: 'fp32',
 | 
			
		||||
      storedLayers: 41,
 | 
			
		||||
      maxStoredLayers: 41
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    name: 'CPU-6G-1B5-World',
 | 
			
		||||
    apiParameters: {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user