GithubHelp home page GithubHelp logo

Comments (8)

CharanSG avatar CharanSG commented on August 17, 2024 2

In my case installing "cudatoolkit-dev" solved the issue

from finetune-gpt2xl.

yochrisbolton avatar yochrisbolton commented on August 17, 2024 1

For me I noticed it was exciting on a ['which', 'c++'] eval before AttributeError: 'DeepSpeedCPUAdam' object has no attribute 'ds_opt_adam'

In my case, installing / updating g++ successfully resolved the issue for me

from finetune-gpt2xl.

remotejob avatar remotejob commented on August 17, 2024

without :


"optimizer": {
"type": "AdamW",
"params": {
"lr": "auto",
"betas": "auto",
"eps": "auto",
"weight_decay": "auto"
}


in ds_config.json all work it takes 17 min

from finetune-gpt2xl.

Elfsong avatar Elfsong commented on August 17, 2024

Same problem

from finetune-gpt2xl.

ziweiji avatar ziweiji commented on August 17, 2024

I also occur that. before AttributeError: 'DeepSpeedCPUAdam' object has no attribute 'ds_opt_adam'
The error also show: cannot make a dir in /tmp/torch_extensions/build for cpu_adam.
So I change the DEFAULT_TORCH_EXTENSION_PATH in the file /anaconda3/envs/XXXXX/lib/python3.6/site-packages/deepspeed/ops/op_builder/builder.py
from "/tmp/torch_extensions/" to any path where I have permission to create folders.
then it works.

from finetune-gpt2xl.

aniruddhakal avatar aniruddhakal commented on August 17, 2024

torch offers different versions for cpu and cuda devices.
I removed cpu version and install cuda version as per guidelines here:
https://pytorch.org/get-started/locally/

This is what I installed for pip:
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113

Additionally there was this intermediate error:
"cannot find libcurand.so.o something"
which was solved by installing:
apt-get install -y libopenblas-base

But make sure, you on Ubuntu 20.04 or higher before installing libopenblas-base.

And that's how my problem was solved!

from finetune-gpt2xl.

uahmad235 avatar uahmad235 commented on August 17, 2024

I think it is the problem with that specific deepspeed version (i.e., 0.4.0) in requirements. In my case, it was solved by upgrading deepspeed. You can upgrade it by using this command pip install -U deepspeed and it should be fixed.

from finetune-gpt2xl.

KelleyYin avatar KelleyYin commented on August 17, 2024

For me I noticed it was exciting on a ['which', 'c++'] eval before AttributeError: 'DeepSpeedCPUAdam' object has no attribute 'ds_opt_adam'

In my case, installing / updating g++ successfully resolved the issue for me

Thanks.
This is effective for me.

from finetune-gpt2xl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.