Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternScience/SciReason
/ parse_args
Function
parse_args
opencompass/tasks/openicl_attack.py:190–194 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
188
189
190
def
parse_args():
191
parser = argparse.ArgumentParser(description=
'Model Inferencer'
)
192
parser.add_argument(
'config'
, help=
'Config file path'
)
193
args = parser.parse_args()
194
return
args
195
196
197
if
__name__ ==
'__main__'
:
Callers
1
openicl_attack.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected