This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
Fixed prepare_release.sh script so it can properly copy all of the binary deps
tags/0.9.1
Martin Evans
1 year ago
parent
4952d55216
commit
c38bc0a342
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.github/prepare_release.sh
+ 1
- 2
.github/prepare_release.sh
View File
@@ -22,8 +22,7 @@ fi
mkdir ./temp;
mkdir ./temp/runtimes;
# For sure it could be done better but cp -R did not work on osx
cp ./LLama/runtimes/*.* ./temp/runtimes/;
cp ./LLama/runtimes ./temp/runtimes -R;
cp ./LLama/runtimes/build/*.* ./temp/;
# get the current version
Write
Preview
Loading…
Cancel
Save