Giter Club home page Giter Club logo

Comments (4)

kanseaveg avatar kanseaveg commented on July 30, 2024

If I want to use 4 consumer-grade graphics cards, can I do it this way?

just change --device "0,1,2,3"

python -u text2sql.py \
    --batch_size 6 \
    --gradient_descent_step 16 \
    --device "0,1,2,3" \
    --learning_rate 5e-5 \
    --epochs 128 \
    --seed 42 \
    --save_path "./models/text2sql-t5-3b" \
    --tensorboard_save_path "./tensorboard_log/text2sql-t5-3b" \
    --model_name_or_path "t5-3b" \
    --use_adafactor \
    --mode train \
    --train_filepath "./data/preprocessed_data/resdsql_train_spider.json"

However, it seems that this flag I saw in the code is the GPU's ID.
image
I would like to ask if there is a way to perform multi-card training and inference. thank you.

from resdsql.

lihaoyang-ruc avatar lihaoyang-ruc commented on July 30, 2024

There is currently no distributed version.

I've been busy lately, so maybe you can follow Huggingface Accelerate (https://huggingface.co/docs/accelerate/index) and implement the distributed code yourself. It's simple and easy to use.

from resdsql.

kanseaveg avatar kanseaveg commented on July 30, 2024

ok. thank you for your answer. i will try the t5-small to represent it.

from resdsql.

Promise-Lv avatar Promise-Lv commented on July 30, 2024

I have made a PR about dataParallel, which can accelerate the training speed. However, for running the larger model, you may have to use model parallel, which i will create a PR lately

from resdsql.

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.