Skip to content

Commit

Permalink
kv shift improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
guinmoon committed Oct 26, 2024
1 parent aa9c11c commit db2ad97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LLMFarm/Chats/ChatView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ struct ChatView: View {
HStack{
Text(String(describing: aiChatModel.state))
.foregroundColor(.white)
.frame(width: 100 /*,height: 25*/)
.frame(width: 200 /*,height: 25*/)
// .padding([.top, .leading], 5)
.opacity(0.4)
.offset(x: 0,y: 8)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ See full list [here](https://github.com/ggerganov/llama.cpp).
- [x] [Yi-VL](https://huggingface.co/models?search=Yi-VL)
- [x] [Moondream](https://huggingface.co/vikhyatk/moondream2)

Note: For *Falcon, Alpaca, GPT4All, Chinese LLaMA / Alpaca and Chinese LLaMA-2 / Alpaca-2, Vigogne (French), Vicuna, Koala, OpenBuddy (Multilingual), Pygmalion/Metharme, WizardLM, Baichuan 1 & 2 + derivations, Aquila 1 & 2, Mistral AI v0.1, Refact, Persimmon 8B, MPT, Bloom* select `llama inferece` in model settings.
Note: For *Falcon, Alpaca, GPT4All, Chinese LLaMA / Alpaca and Chinese LLaMA-2 / Alpaca-2, Vigogne (French), Vicuna, Koala, OpenBuddy (Multilingual), Pygmalion/Metharme, WizardLM, Baichuan 1 & 2 + derivations, Aquila 1 & 2, Mistral AI v0.1, Refact, Persimmon 8B, MPT, Bloom* select `llama inference` in model settings.

# Sampling methods
- [x] Temperature (temp, tok-k, top-p)
Expand Down
2 changes: 1 addition & 1 deletion llmfarm_core.swift

0 comments on commit db2ad97

Please sign in to comment.