Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kyegomez/zeta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed May 6, 2024
2 parents 333eaa8 + 3d64010 commit af1b95c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generator-generic-ossf-slsa3-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
with:
base64-subjects: "${{ needs.build.outputs.digests }}"
upload-assets: true # Optional: Upload to a new release
2 changes: 1 addition & 1 deletion .github/workflows/pyre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
submodules: true

- name: Run Pyre
uses: facebook/pyre-action@60697a7858f7cc8470d8cc494a3cf2ad6b06560d
uses: facebook/pyre-action@12b8d923443ea66cb657facc2e5faac1c8c86e64
with:
# To customize these inputs:
# See https://github.com/facebook/pyre-action#inputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@v5
uses: github/super-linter@v6
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "master"
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ pytest = "8.1.1"
torchfix = "*"
einops = "0.7.0"
bitsandbytes = "0.43.0"
transformers = "4.39.1"
transformers = "4.40.1"
einops-exts = "0.0.4"
torchvision = "0.17.0"
torchvision = "0.18.0"
accelerate = "0.28.0"
datasets = "*"
loguru = "*"
vector-quantize-pytorch = "1.14.5"
vector-quantize-pytorch = "1.14.7"
scipy = "1.9.3"
beartype = "0.17.2"
tqdm = "4.66.2"
tqdm = "4.66.3"
rich = "13.7.1"
colt5-attention = "*"
argparse = "^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ loguru
rich==13.7.1
tiktoken==0.6.0
transformers==4.36.0
tqdm==4.66.2
tqdm==4.66.3
mkdocs
mkdocs-material
mkdocs-glightbox
Expand Down

0 comments on commit af1b95c

Please sign in to comment.