-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Problem when setting CPU memory limit #3763
Comments
*I'm in the same boat with the same problem. I just avoided using CPU regarding sliders |
This issue has been closed due to inactivity for 6 weeks. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment. |
null-dev
added a commit
to null-dev/text-generation-webui
that referenced
this issue
Nov 15, 2023
get_max_memory_dict() was not properly formatting shared.args.cpu_memory
oobabooga
added a commit
that referenced
this issue
Nov 15, 2023
get_max_memory_dict() was not properly formatting shared.args.cpu_memory Co-authored-by: oobabooga <[email protected]>
oobabooga
added a commit
that referenced
this issue
Nov 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When trying to set a CPU memory limit, I get this error:
line 85, in convert_file_size_to_int
raise ValueError(err_msg)
ValueError: size 64000MiBGiB is not in a valid format. Use an integer for bytes, or a string with an unit (like ‘5.0GB’).
Is there an existing issue for this?
Reproduction
Change the CPU memory and try to load a model
Screenshot
Logs
System Info
The text was updated successfully, but these errors were encountered: