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
Merge pull request
#222
from martindevans/ci_dotnet7.0_only
CI dotnet 7.0
tags/v0.7.0
Martin Evans
GitHub
2 years ago
parent
f6a472ae86
4436ea4715
commit
c1ce547ebe
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.github/workflows/main.yml
+ 1
- 2
.github/workflows/main.yml
View File
@@ -37,9 +37,8 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
- name: Cache
Gradle p
ackages
- name: Cache
P
ackages
uses: actions/cache@v3
with:
key: "unit_test_models"
Write
Preview
Loading…
Cancel
Save