Commit fe1ec8c5 authored by zhuwenwen's avatar zhuwenwen
Browse files

default setting FA_PAD=1

parent 7fafc730
......@@ -28,8 +28,8 @@ def get_model_architecture(
os.environ['LLAMA_NN'] = '1'
if os.getenv('GEMM_PAD') != '1':
os.environ['GEMM_PAD'] = '0'
if os.getenv('FA_PAD') != '1':
os.environ['FA_PAD'] = '0'
if os.getenv('FA_PAD') != '0':
os.environ['FA_PAD'] = '1'
else:
os.environ['LLAMA_NN'] = '0'
os.environ['GEMM_PAD'] = '0'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment