Parcourir la source

Update README.md

Eric J. Wang il y a 3 ans
Parent
commit
d9c19ff34e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -33,7 +33,7 @@ This file reads the foundation model from the Hugging Face model hub and the LoR
 This file contains a straightforward application of PEFT to the LLaMA model,
 as well as some code related to prompt construction and tokenization.
 Near the top of this file is a set of hardcoded hyperparameters that you should feel free to modify.
-PRs adapting this code to multi-GPU setups and larger models are always welcome.
+PRs adapting this code to support larger models are always welcome.
 
 ### Checkpoint export (`export_*_checkpoint.py`)