Commit f6044f1a authored by zhuwenwen's avatar zhuwenwen
Browse files

update layout

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