Skip to content

Commit

Permalink
Merge branch 'main' into 736-feat-leapfrogai-ui-registry1-flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw authored Oct 4, 2024
2 parents 0d9076e + 8129c34 commit d0e25fd
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
# Upload the Playwright report as an artifact
- name: Archive Playwright Report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ !cancelled() }}
with:
name: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-snapshot-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
SERVICE_ROLE_KEY=$SERVICE_ROLE_KEY TEST_ENV=CI USERNAME=doug PASSWORD=$FAKE_E2E_USER_PASSWORD PUBLIC_SUPABASE_ANON_KEY=$ANON_KEY DEFAULT_MODEL=llama-cpp-python npm --prefix src/leapfrogai_ui run test:integration:ci
- name: Archive Playwright Report
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ !cancelled() }}
with:
name: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-uds-badge-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uds run nightly-uds-badge-verification --no-progress
- name: Archive UDS Badge Verification Report
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: uds-badge-verification-report
path: reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-registry1-flavor-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
SERVICE_ROLE_KEY=$SERVICE_ROLE_KEY TEST_ENV=CI USERNAME=doug PASSWORD=$FAKE_E2E_USER_PASSWORD PUBLIC_SUPABASE_ANON_KEY=$ANON_KEY DEFAULT_MODEL=llama-cpp-python npm --prefix src/leapfrogai_ui run test:integration:ci
- name: Archive Playwright Report
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ !cancelled() }}
with:
name: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion adr/0004-rag-eval-toolset.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Status

PROPOSED
ACCEPTED

## Context

Expand Down
2 changes: 1 addition & 1 deletion adr/0007-rag-eval-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## Status

APPROVED
ACCEPTED

## Context

Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = "~=3.11"
readme = "README.md"

[project.optional-dependencies]
dev = ["huggingface_hub[cli,hf_transfer] == 0.24.5"]
dev = ["huggingface_hub[cli,hf_transfer] ==0.25.1"]

[tool.pip-tools]
generate-hashes = true
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires-python = "~=3.11"
readme = "README.md"

[project.optional-dependencies]
dev = ["huggingface_hub == 0.24.5"]
dev = ["huggingface_hub ==0.25.1"]

[tool.pip-tools]
generate-hashes = true
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires-python = "~=3.11"
readme = "README.md"

[project.optional-dependencies]
dev = ["confz == 2.0.1", "huggingface_hub[cli,hf_transfer] == 0.24.5"]
dev = ["confz == 2.0.1", "huggingface_hub[cli,hf_transfer] ==0.25.1"]

[tool.pip-tools]
generate-hashes = true
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ dev = [
"requests-toolbelt",
"pytest",
"supabase == 2.6.0",
"huggingface_hub[cli,hf_transfer] == 0.24.5",
"huggingface_hub[cli,hf_transfer] ==0.25.1",
"fastapi == 0.109.1",
]

dev-whisper = ["ctranslate2 ==4.4.0", "transformers[torch] == 4.39.3"]

dev-vllm = ["confz == 2.0.1", "huggingface_hub == 0.24.5"]
dev-vllm = ["confz == 2.0.1", "huggingface_hub ==0.25.1"]

[tool.pip-tools]
generate-hashes = true
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_evals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"python-dotenv == 1.0.1",
"seaborn == 0.13.2",
"datasets == 2.21.0",
"huggingface-hub == 0.24.6",
"huggingface-hub ==0.25.1",
"anthropic ==0.34.2",
"instructor ==1.4.3",
"pyPDF2 == 3.0.1",
Expand Down

0 comments on commit d0e25fd

Please sign in to comment.