mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
upgraded code
This commit is contained in:
parent
6b74666938
commit
83b6028d18
7
.gitignore
vendored
7
.gitignore
vendored
@ -135,9 +135,10 @@ dmypy.json
|
||||
/data
|
||||
|
||||
# models
|
||||
models/
|
||||
!models/.keep
|
||||
!models/README.md
|
||||
*.ckpt
|
||||
*.safetensors
|
||||
*.bin
|
||||
*.model
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
|
0
models/gpt_j/.keep
Normal file
0
models/gpt_j/.keep
Normal file
0
models/llama_cpp/.keep
Normal file
0
models/llama_cpp/.keep
Normal file
@ -1,4 +1,4 @@
|
||||
from pyGpt4All.backends.llamacpp import LLAMACPP
|
||||
from pyGpt4All.backends.llama_cpp import LLAMACPP
|
||||
from pyGpt4All.backends.gpt_j import GPT_J
|
||||
BACKENDS_LIST={
|
||||
"llama_cpp":LLAMACPP,
|
||||
|
Loading…
Reference in New Issue
Block a user