This website requires JavaScript.
Explore
Help
Sign In
github
/
dalai
Watch
1
Fork
0
You've already forked dalai
mirror of
https://github.com/cocktailpeanut/dalai
synced
2024-11-25 09:27:20 +01:00
Code
Releases
Activity
6145e97138
dalai
/
.gitignore
6 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
init
2023-03-12 21:06:51 +01:00
.env
.DS_Store
Update - manually setting home: handle by passing in the argument instead of using the ENV variable (for flexibility) - installed() API - better exception handling - request() now takes a "url" attribute (Previously the url was being set in the constructor, this is not really correct, so moved it to the request() method) - added 2 latest attributes: `repeat_last_n`, `repeat_penalty` - changed `skipEnd` to `skip_end` to be consistent with the rest of the request spec - web UI update: less brutalist. expose all customizable knobs in the header. display all currently installed models using the new `installed()` api
2023-03-13 21:11:47 +01:00
venv
init
2023-03-12 21:06:51 +01:00
node_modules
Update - manually setting home: handle by passing in the argument instead of using the ENV variable (for flexibility) - installed() API - better exception handling - request() now takes a "url" attribute (Previously the url was being set in the constructor, this is not really correct, so moved it to the request() method) - added 2 latest attributes: `repeat_last_n`, `repeat_penalty` - changed `skipEnd` to `skip_end` to be consistent with the rest of the request spec - web UI update: less brutalist. expose all customizable knobs in the header. display all currently installed models using the new `installed()` api
2023-03-13 21:11:47 +01:00
llama.cpp
win32 support - use ninja generator for cmake - use mingw64 gcc/g++ - different path for the built binaries on windows
2023-03-15 17:24:47 +01:00
package-lock.json
Copy Permalink