Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotImplementedError on --percent 50 50 50 50 50 50 #114

Open
SeekPoint opened this issue Apr 29, 2023 · 0 comments
Open

NotImplementedError on --percent 50 50 50 50 50 50 #114

SeekPoint opened this issue Apr 29, 2023 · 0 comments

Comments

@SeekPoint
Copy link

(base) ub2004@ub2004-B85M-A0:~/nndev/FlexGen_yk$ python3 -m flexgen.flex_opt --model facebook/opt-1.3b --gpu-batch-size 1 --percent 50 50 50 50 50 50
<run_flexgen>: args.model: facebook/opt-1.3b
get_opt_config is: <function get_opt_config at 0x7f5009c2e320>
model size: 2.443 GB, cache size: 0.100 GB, hidden size (prefill): 0.002 GB
init weight...
Traceback (most recent call last):
File "/home/ub2004/anaconda3/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/ub2004/anaconda3/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/ub2004/nndev/FlexGen_yk/flexgen/flex_opt.py", line 1328, in
run_flexgen(args)
File "/home/ub2004/nndev/FlexGen_yk/flexgen/flex_opt.py", line 1220, in run_flexgen
model = OptLM(opt_config, env, args.path, policy)
File "/home/ub2004/nndev/FlexGen_yk/flexgen/flex_opt.py", line 615, in init
raise NotImplementedError()
NotImplementedError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant