zhongkaifu commited on
Commit
c55bcda
1 Parent(s): 9d7c157

Update appsettings.json

Browse files
Files changed (1) hide show
  1. appsettings.json +1 -1
appsettings.json CHANGED
@@ -19,7 +19,7 @@
19
  "TopP": 0.1,
20
  "Temperature": 1.0,
21
  "Seq2Seq": {
22
- "CompilerOptions": "--use_fast_math",
23
  "GPUMemoryUsageRatio": 0.99,
24
  "CudaMemoryAllocatorType": "CudaMemoryPool",
25
  "DeviceIds": "0",
 
19
  "TopP": 0.1,
20
  "Temperature": 1.0,
21
  "Seq2Seq": {
22
+ "CompilerOptions": "--use_fast_math --gpu-architecture=compute_75",
23
  "GPUMemoryUsageRatio": 0.99,
24
  "CudaMemoryAllocatorType": "CudaMemoryPool",
25
  "DeviceIds": "0",