Commit 525d9d7e authored by zhuwenwen's avatar zhuwenwen
Browse files

update layout

parent f7f16f29
...@@ -111,6 +111,9 @@ def get_model_architecture( ...@@ -111,6 +111,9 @@ def get_model_architecture(
os.environ['AWQ_PAD'] = '1' os.environ['AWQ_PAD'] = '1'
else: else:
os.environ['AWQ_PAD'] = '0' os.environ['AWQ_PAD'] = '0'
else:
if os.getenv('LLAMA_NN') == '1':
os.environ['LLAMA_NN'] = '1'
else: else:
os.environ['LLAMA_NN'] = '0' os.environ['LLAMA_NN'] = '0'
os.environ['LM_NN'] = '0' os.environ['LM_NN'] = '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