Further fix nightly perf (#10901)
This commit is contained in:
parent
7c290d3f92
commit
1a8a93d5e0
1 changed files with 2 additions and 0 deletions
|
|
@ -1803,6 +1803,8 @@ if __name__ == '__main__':
|
||||||
if 'exclude' in conf:
|
if 'exclude' in conf:
|
||||||
excludes = conf['exclude']
|
excludes = conf['exclude']
|
||||||
streaming = False
|
streaming = False
|
||||||
|
use_fp16_torch_dtype = False
|
||||||
|
n_gpu = 2
|
||||||
if 'streaming' in conf:
|
if 'streaming' in conf:
|
||||||
streaming = conf['streaming']
|
streaming = conf['streaming']
|
||||||
if 'use_fp16_torch_dtype' in conf:
|
if 'use_fp16_torch_dtype' in conf:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue