Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
localai-model-gallery
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jacob Hoffmann
localai-model-gallery
Commits
a5f5493b
Commit
a5f5493b
authored
1 year ago
by
Demian Frister
Browse files
Options
Downloads
Patches
Plain Diff
solar instruct
parent
fcdcc3ed
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.yaml
+5
-1
5 additions, 1 deletion
index.yaml
solar-instruct.yaml
+51
-0
51 additions, 0 deletions
solar-instruct.yaml
with
56 additions
and
1 deletion
index.yaml
+
5
−
1
View file @
a5f5493b
...
...
@@ -6,7 +6,7 @@
name
:
mixtral
license
:
other
-
url
:
https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/mixtral-instruct.yaml
name
:
mixtral
name
:
mixtral
-instruct
license
:
other
-
url
:
https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/sauerkrautlm.yaml
name
:
sauerkrautlm
...
...
@@ -16,6 +16,10 @@
name
:
neural
license
:
other
-
url
:
https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/solar-instruct.yaml
name
:
solar-instruct
license
:
other
-
url
:
https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/neural32.yaml
name
:
neural32
license
:
other
...
...
This diff is collapsed.
Click to expand it.
solar-instruct.yaml
0 → 100644
+
51
−
0
View file @
a5f5493b
name
:
"
solar-instruct"
description
:
|
This is the solar model
license
:
"
https://huggingface.co/models?license=license%3Aapache-2.0/"
urls
:
-
https://huggingface.co/TheBloke/SOLAR-10.7B-Instruct-v1.0-GGUF
config_file
:
|
name: solar-instruct
context_size: 8096
f16: true
backend: llama
mmap: true
threads: 8
parameters:
model: model_data/text_generation/TheBloke/solar/solar-10.7b-instruct-v1.0.Q5_K_M.gguf
temperature: 0.2
top_k: 40
top_p: 0.95
template:
chat_message: chatneural
chat: chatneural-block
completion: completion
roles:
assistant: 'Assistant:'
system: 'System:'
user: 'User:'
gpu_layers: 35
stopwords:
- <|im_end|>
prompt_templates
:
-
name
:
"
chatneural"
content
:
|
### User:
{{.Input}}
-
name
:
"
chatneural-block"
content
:
|
{{.Input}}
### Assistant:
-
name
:
"
completion"
content
:
|
{{.Input}}
files
:
-
filename
:
"
model_data/text_generation/TheBloke/solar/solar-10.7b-instruct-v1.0.Q5_K_M.gguf"
sha256
:
"
4ade240f5dcc253272158f3659a56f5b1da8405510707476d23a7df943aa35f7"
uri
:
"
https://huggingface.co/TheBloke/SOLAR-10.7B-Instruct-v1.0-GGUF/resolve/main/solar-10.7b-instruct-v1.0.Q5_K_M.gguf"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment