Skip to content

Update requirements and setup scripts for consistency and version con… #31

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KartikB4B
Copy link

Update requirements and setup scripts for consistency and version control.

Requirements file -->

accelerate==1.0.1
datasets==3.2.0
safetensors==0.5.2
transformers==4.48.2
trl==0.9.6
hf_transfer==0.1.9

SetUp Script -->

#!/bin/bash

Install PyTorch

pip install torch==2.6.0

Install wheel, packaging, and ninja

pip install packaging==24.2 ninja==1.11.1.3

Install flash-attn and deepspeed

pip install flash-attn==2.7.4.post1 --no-build-isolation
pip install deepspeed==0.16.3

Install requirements from requirements.txt

pip install -r requirements.txt

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 this pull request may close these issues.

1 participant