mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
added models
This commit is contained in:
parent
1a79930bdf
commit
46af0eb00d
@ -44,7 +44,7 @@ class GPTJ(GPTBackend):
|
|||||||
model_type='dolly-v2'
|
model_type='dolly-v2'
|
||||||
elif 'starcoder' in self.config['model']:
|
elif 'starcoder' in self.config['model']:
|
||||||
model_type='starcoder'
|
model_type='starcoder'
|
||||||
elif 'llama' in self.config['model']:
|
elif 'llama' in self.config['model'] or 'wizardLM' in self.config['model']:
|
||||||
model_type='llama'
|
model_type='llama'
|
||||||
elif 'mpt' in self.config['model']:
|
elif 'mpt' in self.config['model']:
|
||||||
model_type='mpt'
|
model_type='mpt'
|
||||||
|
@ -14,6 +14,18 @@
|
|||||||
owner: TheBloke
|
owner: TheBloke
|
||||||
server: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/
|
server: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/
|
||||||
sha256: ea35e30a7c140485b856d0919284ce59e4ca47c1b8af037ea8b7ba05ef291c43
|
sha256: ea35e30a7c140485b856d0919284ce59e4ca47c1b8af037ea8b7ba05ef291c43
|
||||||
|
- LLAMA: 'true'
|
||||||
|
description: GGML format model files for Wizard LM 7B model
|
||||||
|
filename: koala-7b.ggml.unquantized.pr613.bin
|
||||||
|
license: Non commercial
|
||||||
|
owner_link: https://huggingface.co/TheBloke/
|
||||||
|
owner: TheBloke
|
||||||
|
server: https://huggingface.co/TheBloke/koala-7b-ggml-unquantized/resolve/main/
|
||||||
|
sha256: c478ceced3b38800cb768225b1e759a32c9e89bd33606fb38eeff3b811e28371
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- MPT-7B: 'true'
|
- MPT-7B: 'true'
|
||||||
description: MPT-7B
|
description: MPT-7B
|
||||||
filename: mpt-7b.ggmlv3.q5_1.bin
|
filename: mpt-7b.ggmlv3.q5_1.bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user