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

finetune/requirements.txt dependancy issues #642

Open
komaksym opened this issue Mar 6, 2025 · 0 comments · May be fixed by #643
Open

finetune/requirements.txt dependancy issues #642

komaksym opened this issue Mar 6, 2025 · 0 comments · May be fixed by #643

Comments

@komaksym
Copy link

komaksym commented Mar 6, 2025

I was trying to run some finetuning, but was getting a few errors traced to dependancies in requirements.txt.
Some of these are:

  1. ImportError: cannot import name 'BUFSIZE' from 'numpy' (/root/finetune/lib/python3.10/site-packages/numpy/__init__.py)
  2. AttributeError: 'DeepSpeedCPUAdam' object has no attribute 'ds_opt_adam'
  3. pydantic_core._pydantic_core.ValidationError: 1 validation error for DeepSpeedZeroConfig

I was able to figure these out by changing a few versions / specifications of some dependancies, I will open a PR soon

@komaksym komaksym linked a pull request Mar 6, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant