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
ci: fix typos.
tags/v0.6.0
Yaohui Liu
2 years ago
parent
252992ec6e
commit
b7a7dc00b6
6 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/prepare_release.sh
+1
-1
LLama/runtimes/build/LLamaSharp.Backend.Cpu.nuspec
+1
-1
LLama/runtimes/build/LLamaSharp.Backend.Cuda11.nuspec
+1
-1
LLama/runtimes/build/LLamaSharp.Backend.Cuda12.nuspec
+1
-1
LLama/runtimes/build/LLamaSharp.Backend.MacMetal.nuspec
+1
-1
LLama/runtimes/build/LLamaSharpBackend.props
+ 1
- 1
.github/prepare_release.sh
View File
@@ -74,4 +74,4 @@ nuget pack LLamaSharp.Backend.Cuda12.nuspec -version $updated_version
nuget pack LLamaSharp.Backend.MacMetal.nuspec -version $updated_version
cd ..
exit 0
exit 0
+ 1
- 1
LLama/runtimes/build/LLamaSharp.Backend.Cpu.nuspec
View File
@@ -22,4 +22,4 @@
<file src="runtimes/libllama.dylib" target="runtimes\osx-x64\native\libllama.dylib" />
<file src="icon512.png" target="icon512.png" />
</files>
</package>
</package>
+ 1
- 1
LLama/runtimes/build/LLamaSharp.Backend.Cuda11.nuspec
View File
@@ -21,4 +21,4 @@
<file src="runtimes/libllama-cuda11.so" target="runtimes\linux-x64\native\libllama.so" />
<file src="icon512.png" target="icon512.png" />
</files>
</package>
</package>
+ 1
- 1
LLama/runtimes/build/LLamaSharp.Backend.Cuda12.nuspec
View File
@@ -21,4 +21,4 @@
<file src="runtimes/libllama-Cuda12.so" target="runtimes\linux-x64\native\libllama.so" />
<file src="icon512.png" target="icon512.png" />
</files>
</package>
</package>
+ 1
- 1
LLama/runtimes/build/LLamaSharp.Backend.MacMetal.nuspec
View File
@@ -21,4 +21,4 @@
<file src="runtimes/libllama.dylib" target="runtimes\osx-x64\native\libllama.dylib" />
<file src="icon512.png" target="icon512.png" />
</files>
</package>
</package>
+ 1
- 1
LLama/runtimes/build/LLamaSharpBackend.props
View File
@@ -21,4 +21,4 @@
</Content>
</ItemGroup>
</Project>
</Project>
Write
Preview
Loading…
Cancel
Save