Martin Evans
|
829f32b27d
|
- Added `Obsolete` attributes to the entire `OldVersion` namespace, so they can be removed in the future
- Minor changes to cleanup some of the compiler warnings
|
2 years ago |
Martin Evans
|
2830e5755c
|
- Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed.
- Deleted `NativeInfo` (internal class, not used anywhere)
|
2 years ago |
Martin Evans
|
f3511e390f
|
WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving.
The biggest single change is renaming `LLamaModel` to `LLamaContext`
|
2 years ago |
Martin Evans
|
b5de3ee5aa
|
Fixed some final mentions of "mirostate" instead of "mirostat"
|
2 years ago |
Martin Evans
|
be52737488
|
Using a nullable float instead of NaN, this should fix the serialization issue reported in #85
|
2 years ago |
sa_ddam213
|
bac9cba01a
|
InferenceParams abstractions
|
2 years ago |
Martin Evans
|
c64507cb41
|
Correctly passing through mu value to mirostate instead of resetting it every time.
|
2 years ago |
Martin Evans
|
7cf1f8ac28
|
Fixed multiple cases where an `IEnumerable<T>` was enumerated multiple times.
|
2 years ago |
Yaohui Liu
|
6c400e64c2
|
docs: publiash documentation 0.4.
|
2 years ago |
Yaohui Liu
|
2eb2d6df83
|
test: add 9 examples of the new version.
|
2 years ago |
Rinne
|
08e668a313
|
Merge pull request #26 from mlof/document-interfaces
Document interfaces
|
2 years ago |
Marcel
|
b911b2548b
|
move interfaces into abstractions folder
|
2 years ago |
Marcel
|
762fd7c1ae
|
Fixed a typo in FixedSizeQueue
|
2 years ago |
Yaohui Liu
|
a3b8186f20
|
feat: support save and load chat session.
|
2 years ago |
Yaohui Liu
|
b567399b65
|
refactor: allow customized logger.
|
2 years ago |
Yaohui Liu
|
3bf74ec9b9
|
feat: add chat session for refactored code.
|
2 years ago |
Yaohui Liu
|
908b79e855
|
feat: add stateless executor.
|
2 years ago |
Yaohui Liu
|
e603a09137
|
fix: state loading and saving not working.
|
2 years ago |
Yaohui Liu
|
5679e08718
|
feat: add ILLamaExecutor.InferAsync.
|
2 years ago |
Yaohui Liu
|
264fb9a706
|
refactor: LLamaModel and LLamaExecutor.
|
2 years ago |