forked from NVlabs/VILA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove
transformer_replace
" (NVlabs#161)
- Loading branch information
1 parent
4acbe97
commit 4956922
Showing
19 changed files
with
15,463 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,5 @@ pip install -e ".[eval]" | |
# Install HF's Transformers | ||
pip install git+https://github.com/huggingface/[email protected] | ||
site_pkg_path=$(python -c 'import site; print(site.getsitepackages()[0])') | ||
cp -rv ./llava/train/transformers_replace/* $site_pkg_path/transformers/ | ||
cp -rv ./llava/train/deepspeed_replace/* $site_pkg_path/deepspeed/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.