Skip to content

Commit

Permalink
removed files related to valor service
Browse files Browse the repository at this point in the history
  • Loading branch information
czaloom committed Dec 11, 2024
1 parent 6baaba2 commit 486bc0f
Show file tree
Hide file tree
Showing 396 changed files with 469 additions and 126,880 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @czaloom @ntlind @ekorman @jyono @rsbowman-striveworks
* @czaloom @ekorman @jyono @rsbowman-striveworks
81 changes: 0 additions & 81 deletions .github/workflows/api-docker.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[valor-lite] benchmarks"
name: Run benchmarks

on:
push:
Expand Down Expand Up @@ -35,3 +35,16 @@ jobs:
export BENCHMARK_RESULTS=$(python -c "import os;import json;print(json.dumps(json.load(open('objdet_results.json', 'r')), indent=4));")
echo "$BENCHMARK_RESULTS"
working-directory: ./lite/benchmarks/
run-synthetic-benchmarks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: install lite
run: pip install -e .
working-directory: ./lite
- name: benchmark semantic segmentation
run: python benchmark_semantic_segmentation.py
working-directory: ./lite/benchmarks/synthetic/
38 changes: 1 addition & 37 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,11 @@
name: Build and publish python and typescript packages
name: Build and publish python package

on:
push:
tags:
- "v*"

jobs:
build-and-publish-py-package:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Build wheel
run: pip install build && python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: ./client/dist
build-and-publish-py-lite-package:
runs-on: ubuntu-latest
defaults:
Expand All @@ -40,22 +23,3 @@ jobs:
with:
password: ${{ secrets.VALOR_LITE_PYPI_API_TOKEN }}
packages-dir: ./lite/dist
build-and-publish-ts-package:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./ts-client
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: "20"
registry-url: "https://registry.npmjs.org"
- name: Set version from the git tag
run: npm version ${{ github.ref_name }}
- run: npm ci
- run: npm run build
- name: Publish to npm
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_TOKEN }}
26 changes: 0 additions & 26 deletions .github/workflows/check-migrations.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/client-api-benchmark-evaluations.yml

This file was deleted.

Loading

0 comments on commit 486bc0f

Please sign in to comment.