This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
LLamaSharp
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
17
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
debug
pull/720/head
Rinne
2 years ago
parent
9423a8a7b3
commit
ff9e4f2a94
No known key found for this signature in database
GPG Key ID:
E86D01E1809BD23E
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/benchmark.yml
+2
-2
.github/workflows/main.yml
+ 1
- 1
.github/workflows/benchmark.yml
View File
@@ -10,7 +10,7 @@ concurrency:
jobs:
linux-benchmark-cuda:
if: contains(github.event.pull_request.labels.*.name, 'benchmark')
&& !contains(github.event.pull_request.labels.*.name, 'benchmark')
if: contains(github.event.pull_request.labels.*.name, 'benchmark')
runs-on: linux-x64-2080ti
strategy:
+ 2
- 2
.github/workflows/main.yml
View File
@@ -1,9 +1,9 @@
name: Unit Test
on:
push:
branches: [
mast
er]
branches: [
placehold
er]
pull_request:
branches: [
mast
er]
branches: [
placehold
er]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Write
Preview
Loading…
Cancel
Save