Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
vision_transformer_jax
Commits
a8c44968
"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "14344caa38e056ae569dce3b1aaefec712b16f2a"
Commit
a8c44968
authored
Nov 05, 2024
by
suily
Browse files
Delete build.yml
parent
6cf8a836
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
.github/workflows/build.yml
.github/workflows/build.yml
+0
-33
No files found.
.github/workflows/build.yml
deleted
100644 → 0
View file @
6cf8a836
# This workflow will install Python dependencies, run tests and lint.
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name
:
Build
on
:
pull_request
:
branches
:
-
main
jobs
:
build
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
'
3.10'
]
steps
:
-
name
:
Cancel previous
uses
:
styfle/cancel-workflow-action@0.8.0
with
:
access_token
:
${{ github.token }}
-
uses
:
actions/checkout@v2
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v1
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Install dependencies
run
:
|
pip install .
pip install .[test]
-
name
:
Run pytest
run
:
|
pytest vit_jax
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment