Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into jim_alex_dev_image
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusche committed Nov 4, 2024
2 parents 08739d1 + 0e664f2 commit e162f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Example: Train.jsonl

## Supported Models

Current supported and tested models are `Llama2` (7 and 13B configurations have been tested) and `GPTBigCode`.
Current supported and tested models are `Llama3` (8B configuration has been tested) and `GPTBigCode`.

## Training

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers=[
dependencies = [
"numpy>=1.26.4,<2.0",
"accelerate>=0.20.3,!=0.34,<1.1",
"transformers>4.41,<4.50",
"transformers>4.41,<4.46",
"torch>=2.2.0,<2.5",
"sentencepiece>=0.1.99,<0.3",
"tokenizers>=0.13.3,<1.0",
Expand Down

0 comments on commit e162f81

Please sign in to comment.