liuyaohui.lyh
f7bd458341
fix: llava backend ignores avx and cuda.
1 year ago
Martin Evans
a9d6a0791e
Fixed link to 0.11.0 llama.cpp commit id ( #641 )
1 year ago
Rinne
4038a39843
Merge pull request #637 from SciSharp/dependabot/nuget/Microsoft.Extensions.Logging.Abstractions-8.0.1
build(deps): bump Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 8.0.1
1 year ago
Rinne
347301b10e
Merge pull request #638 from SciSharp/dependabot/nuget/Microsoft.AspNetCore.OpenApi-8.0.3
build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.2 to 8.0.3
1 year ago
Rinne
1fdde7ea2d
Merge pull request #636 from SciSharp/dependabot/nuget/System.Text.Json-8.0.3
build(deps): bump System.Text.Json from 8.0.2 to 8.0.3
1 year ago
dependabot[bot]
57c1ecf7af
build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.2 to 8.0.3
Bumps [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore ) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.2...v8.0.3 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.OpenApi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
1bfb900fbe
build(deps): bump Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1 )
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
1d163352a0
build(deps): bump System.Text.Json from 8.0.2 to 8.0.3
Bumps [System.Text.Json](https://github.com/dotnet/runtime ) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v8.0.3 )
---
updated-dependencies:
- dependency-name: System.Text.Json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Rinne
3bc952cf60
Merge pull request #633 from AsakusaRinne/doc_ci
fix: the missing of llava_shared library.
1 year ago
Rinne
b941540aaf
fix errors in nuspecs.
1 year ago
Rinne
d104d9a85b
fix the missing of llava_shared library.
1 year ago
Rinne
27a8ab3fd3
docs: fix typo of README.
1 year ago
Rinne
b4317eebbe
Merge pull request #632 from AsakusaRinne/master
Release version 0.11.0
1 year ago
Rinne
f1cb0e3b35
Merge pull request #631 from evolcano/master
Add path to find llama.dll for MAUI
1 year ago
Rinne
53092ebf5d
Merge pull request #25 from AsakusaRinne/doc_ci
docs: update the information to v0.11.0.
1 year ago
Rinne
36202be5b9
docs: optimize the README.
1 year ago
Rinne
d67658a0d6
docs: update the information to v0.11.0.
1 year ago
Rinne
976f7fc901
Merge pull request #24 from AsakusaRinne/doc_ci
ci: initialize ci for doc deployment.
1 year ago
Rinne
55648a6ecd
complete doc ci.
1 year ago
Rinne
e89ca042b3
fix doc ci
1 year ago
Rinne
7e69ee9ce1
fix doc ci
1 year ago
Rinne
3b5713a38a
fix doc ci
1 year ago
Rinne
833b2d3abf
fix doc ci
1 year ago
Rinne
7a8fd4f88f
fix doc ci
1 year ago
Rinne
448fd37c75
fix doc ci
1 year ago
Rinne
a47c3a01bf
fix doc ci
1 year ago
Rinne
b70115f37d
fix doc ci
1 year ago
Rinne
0773e68111
fix doc ci
1 year ago
Rinne
8be9e8ae70
fix doc ci
1 year ago
Rinne
cb81295524
fix doc ci
1 year ago
Rinne
76be973689
fix doc ci
1 year ago
Rinne
53d68ca075
fix ci
1 year ago
Rinne
9b0850f066
fix ci
1 year ago
Rinne
66eb09b816
fix ci
1 year ago
Rinne
4f56e7297f
fix ci
1 year ago
Rinne
47bf9a8f66
fix ci
1 year ago
Rinne
ae24be0215
fix ci
1 year ago
Rinne
e63fa778fa
trigger workflow on doc_ci branch.
1 year ago
Rinne
c90f97021b
fix ci
1 year ago
Rinne
23a5cb5355
disable build ci.
1 year ago
Rinne
f5f0ab4502
ci: initialize the doc deployment ci.
1 year ago
Rinne
05c8f20d34
Merge pull request #23 from AsakusaRinne/doc_ci
Temporarily disable build ci.
1 year ago
Rinne
b9cec018c0
temporarily disable build ci.
1 year ago
Rinne
ee6bccc6d6
Merge pull request #22 from AsakusaRinne/v0.11.0_update
docs: refactor documentation
1 year ago
Rinne
b9444452eb
docs: refactor the documentations.
1 year ago
Rinne
7e53bac1f0
docs: update README.
1 year ago
evolcano
353412923f
Merge branch 'master' of https://github.com/SciSharp/LLamaSharp
1 year ago
evolcano
9d091c0316
Add path to find llama.dll for MAUI
This commit is originally made by lcarrere in https://github.com/SciSharp/LLamaSharp/issues/180 .
I have confirmed this modification is OK in my windows 11 laptop, add make this commit according require of AsakusaRinne.
1 year ago
Rinne
156f369e33
Merge pull request #609 from SignalRT/LlavaExecutor
Feature: LLava executor
1 year ago
Rinne
5e17e0f7c7
Merge pull request #630 from zsogitbe/master
KernelMemory update with adding the use of already loaded model
1 year ago