Further fix nightly perf (#10901)

This commit is contained in:
Yuwen Hu 2024-04-28 10:18:58 +08:00 committed by GitHub
parent 7c290d3f92
commit 1a8a93d5e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1803,6 +1803,8 @@ if __name__ == '__main__':
if 'exclude' in conf:
excludes = conf['exclude']
streaming = False
use_fp16_torch_dtype = False
n_gpu = 2
if 'streaming' in conf:
streaming = conf['streaming']
if 'use_fp16_torch_dtype' in conf: