zhongkaifu commited on
Commit
b0a47ca
1 Parent(s): ef36ac2

Update appsettings.json

Browse files
Files changed (1) hide show
  1. appsettings.json +1 -1
appsettings.json CHANGED
@@ -26,7 +26,7 @@
26
  "MaxSrcTokenSize": 4096,
27
  "MaxTgtTokenSize": 4096,
28
  "ModelFilePath": "/code/bin/story_base.model",
29
- "ProcessorType": "CPU",
30
  "MKLInstructions": "AVX2",
31
  "RepeatPenalty": 5,
32
  "TokenGenerationStrategy": "Sampling",
 
26
  "MaxSrcTokenSize": 4096,
27
  "MaxTgtTokenSize": 4096,
28
  "ModelFilePath": "/code/bin/story_base.model",
29
+ "ProcessorType": "CPU_MKL",
30
  "MKLInstructions": "AVX2",
31
  "RepeatPenalty": 5,
32
  "TokenGenerationStrategy": "Sampling",