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
Add targets in Web project
This allow to copy binaries and make the project work. Update example model in appsettings
tags/v0.8.1
SignalRT
2 years ago
parent
e8f024a03a
commit
46ace3ddd7
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
LLama.Web/LLama.Web.csproj
+1
-1
LLama.WebAPI/appsettings.json
+ 1
- 1
LLama.Web/LLama.Web.csproj
View File
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="..\LLama\LLamaSharp.Runtime.targets" />
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>disable</Nullable>
+ 1
- 1
LLama.WebAPI/appsettings.json
View File
@@ -6,5 +6,5 @@
}
},
"AllowedHosts": "*",
"ModelPath": "..\\
..\\LLamaModel\\ggml-model-f32-q4_0.bin
"
"ModelPath": "..\\
LLama.Unittest\\Models\\llama-2-7b-chat.Q4_0.gguf
"
}
Write
Preview
Loading…
Cancel
Save