Skip to content

Commit

Permalink
Bump torchtext from 0.6.0 to 0.16.1+cpu
Browse files Browse the repository at this point in the history
Bumps torchtext from 0.6.0 to 0.16.1+cpu.

---
updated-dependencies:
- dependency-name: torchtext
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent be7421a commit d9bd79f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ argparse
torch==2.1.0+cu118
torchaudio
torchvision
torchtext==0.6.0
torchtext==0.16.1+cpu
sdkit
ctransformers[cuda]
langchain
2 changes: 1 addition & 1 deletion requirements-webui-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tqdm
torch==2.1.0+cu118
torchaudio
torchvision
torchtext==0.6.0
torchtext==0.16.1+cpu
diffusers
transformers
accelerate
Expand Down
2 changes: 1 addition & 1 deletion requirements-webui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tqdm
torch==2.1.0
torchvision
torchaudio
torchtext==0.6.0
torchtext==0.16.1+cpu
diffusers
transformers
accelerate
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tqdm
torch==2.1.0
torchvision
torchaudio
torchtext==0.6.0
torchtext==0.16.1+cpu
sdkit
argparse
ctransformers
Expand Down

0 comments on commit d9bd79f

Please sign in to comment.