Skip to content

Commit

Permalink
Package upgrades and minor changes (h2oai#291)
Browse files Browse the repository at this point in the history
* changes

* format

* Update requirements.txt

* peft release instead of git

* req

* retrigger checks

---------

Co-authored-by: psinger <[email protected]>
  • Loading branch information
psinger and psinger authored Jul 19, 2023
1 parent e35d9d6 commit 1affef3
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 256 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ test: reports

.PHONY: wave
wave:
HF_HUB_ENABLE_HF_TRANSFER=True \
H2O_WAVE_MAX_REQUEST_SIZE=25MB \
H2O_WAVE_NO_LOG=true \
H2O_WAVE_PRIVATE_DIR="/download/@$(WORKDIR)/output/download" \
Expand Down
7 changes: 4 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ torch = {index = "pytorch", version = "==2.0.0+cu117"}
torchvision = {index = "pytorch", version = "==0.15.1+cu117"}
torchaudio = {index = "pytorch", version = "==2.0.1+cu117"}
tqdm = ">=4.65.0, <5.0.0"
transformers = "==4.30.2"
transformers = "==4.31.0"
numpy = ">=1.23.2, <2.0.0"
pandas = ">=1.4.2, <2.0.0"
scikit-learn = "==1.0.2"
Expand All @@ -38,7 +38,6 @@ fastparquet = "==0.8.1"
gputil = "==1.4.0"
huggingface-hub = "==0.14.1"
starlette= ">=0.27.0, <0.28.0"
peft = {ref = "main", git = "https://github.com/huggingface/peft"}
bitsandbytes = "==0.39.1"
accelerate = "==0.20.3"
openai = "==0.27.7"
Expand All @@ -48,7 +47,9 @@ neptune = "==1.3.1"
Jinja2 = ">=3.1.2, <4.0.0"
tenacity = ">=8.2.2, <9.0.0"
h2o-wave = "0.26"
tiktoken = "*"
tiktoken = "0.4.0"
hf-transfer = "0.1.3"
peft = "0.4.0"

[dev-packages]
pytest = "==7.1.3"
Expand Down
Loading

0 comments on commit 1affef3

Please sign in to comment.