Jeffrey Morgan
c5664c1fef
Update faq.md
2023-09-27 13:49:43 -07:00
Bruce MacDonald
958a5a8184
revert fedora cuda version check
2023-09-27 15:12:29 -04:00
Michael Yang
8608eb4760
prune empty directories
2023-09-27 10:58:09 -07:00
Bruce MacDonald
a2b210130f
fedora install fixes ( #609 )
2023-09-27 11:43:47 -04:00
Bruce MacDonald
ed20837f9a
Update modelfile.md
2023-09-27 10:38:10 -04:00
James Braza
1db2a61dd0
Added num_predict to the options table ( #614 )
2023-09-27 10:26:08 -04:00
Jeffrey Morgan
2ded8ab206
use 11.8.0
nvidia dockerfile base image for now
2023-09-26 21:48:41 -07:00
Michael Yang
e6b3648bbf
Merge pull request #616 from jmorganca/mxyng/fix-model-name
2023-09-26 20:54:18 -07:00
Michael Yang
0625e805f0
fix model name not matching
2023-09-26 19:50:04 -07:00
Michael Yang
c38ec5befb
Merge pull request #598 from jmorganca/mxyng/help-exit
...
add painter message for exit
2023-09-26 15:17:40 -07:00
Michael Yang
c577721a43
Merge pull request #605 from jmorganca/mxyng/install.sh
...
do not unload nouveau driver
2023-09-26 09:53:05 -07:00
Michael Yang
29c056ea39
ordered list of install locations
2023-09-26 09:38:11 -07:00
Michael Yang
9fc3bba9cf
do no unload nouveau driver
2023-09-26 09:36:54 -07:00
Michael Chiang
7774ed4ae6
Update README.md for linux + cleanup ( #601 )
...
Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
2023-09-25 23:44:53 -07:00
Michael Yang
11f920f209
Merge pull request #599 from jmorganca/mxyng/install.sh
...
update install.sh
2023-09-25 18:24:13 -07:00
Michael Yang
6e6b655956
update install.sh
2023-09-25 18:09:44 -07:00
Michael Yang
110ae89a6c
Merge pull request #596 from jmorganca/mxyng/install.sh
...
update install.sh
2023-09-25 17:59:13 -07:00
Michael Yang
5e388f931e
check cuda installed before installing
2023-09-25 17:56:43 -07:00
Michael Yang
d5ad41dd7b
fix path for wsl user
2023-09-25 17:56:25 -07:00
Michael Yang
d294a11bc9
start service on exit instead of immediately
2023-09-25 17:54:02 -07:00
Michael Yang
93d887e4bc
add painter message for exit
2023-09-25 16:30:22 -07:00
Jeffrey Morgan
5306b0269d
Update linux.md
2023-09-25 16:10:32 -07:00
Michael Yang
7de0c8345d
Merge pull request #595 from jmorganca/mxyng/install.sh
...
ignore systemctl is-system-running exit code
2023-09-25 15:49:47 -07:00
Michael Yang
1b9dcab3ab
ignore systemctl is-system-running exit code
2023-09-25 15:47:45 -07:00
Bruce MacDonald
86279f4ae3
unbound max num gpu layers ( #591 )
...
---------
Co-authored-by: Michael Yang <mxyng@pm.me>
2023-09-25 18:36:46 -04:00
Michael Yang
b934bf23e6
exit on unknown distro ( #594 )
2023-09-25 15:30:58 -07:00
Michael Yang
2b8ef455ad
Merge pull request #593 from jmorganca/mxyng/install.sh
...
update install.sh
2023-09-25 14:09:40 -07:00
Michael Yang
0c5f47177c
update install.sh
2023-09-25 14:01:44 -07:00
Michael Yang
1210db2924
Merge pull request #592 from jmorganca/mxyng/install.sh
...
fix dkms on debian
2023-09-25 12:59:01 -07:00
Michael Yang
d0854bf1e6
fix dkms on debian
2023-09-25 12:57:25 -07:00
Michael Yang
8396463255
Merge pull request #590 from jmorganca/mxyng/install.sh
...
fix dkms install
2023-09-25 12:17:31 -07:00
Michael Yang
a027bbf4d7
fix dkms install
2023-09-25 12:16:41 -07:00
Michael Yang
ed94a3dd02
Merge pull request #589 from jmorganca/mxyng/install.sh
...
update install.sh
2023-09-25 11:08:25 -07:00
Michael Yang
f14f62ab3b
update install.sh
2023-09-25 11:05:38 -07:00
Jeffrey Morgan
0fb5268496
Update linux.md
2023-09-25 10:06:23 -07:00
Bruce MacDonald
c65edb1506
fix linux installer warning logs ( #588 )
2023-09-25 11:22:56 -04:00
Twan L
1605af32ec
Added a new community project ( #574 )
2023-09-25 10:40:59 -04:00
Jeffrey Morgan
ee3032ad89
improvements to docs/linux.md
2023-09-24 21:50:07 -07:00
Jeffrey Morgan
5b7a27281d
improvements to docs/linux.md
2023-09-24 21:38:23 -07:00
Jeffrey Morgan
d2a784e33e
add docs/linux.md
2023-09-24 21:34:44 -07:00
Jeffrey Morgan
413a2e4f91
set DEBIAN_FRONTEND=noninteractive
correctly
2023-09-24 20:35:42 -07:00
Matt Williams
a92fdff620
add the example for ask the mentors
...
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-09-24 15:58:32 -07:00
Patrick Devine
b5614f3ebc
fix end-of-line issue with the new prompt ( #582 )
2023-09-23 17:20:30 -07:00
Jeffrey Morgan
8b2ba9cab8
minor improvements to install.sh
2023-09-23 11:20:39 -04:00
Jeffrey Morgan
e29662ab5c
fix minor install script issues on debian
2023-09-23 10:25:47 -04:00
Bruce MacDonald
cbc40aa996
debian installer support ( #579 )
...
* debian installer support
- normalize os name to lowercase
- check needed commands are available
- dont check sudo when root user
- share common install commands
- support debian cuda install
- skip aarm cuda install
- system user shared home dir
* refactor and add other platforms (#580 )
---------
Co-authored-by: Michael Yang <mxyng@pm.me>
2023-09-23 09:46:47 -04:00
Jeffrey Morgan
5cb82540c9
install.sh
: update install url
2023-09-23 09:35:14 -04:00
Jeffrey Morgan
d7849a1dc9
add .env
to .dockerignore
2023-09-23 00:53:48 -04:00
Jeffrey Morgan
01c44d687e
add multi line strings to final prompt
2023-09-23 00:27:24 -04:00
Jeffrey Morgan
9b12a511ca
check other request fields before load short circuit in /api/generate
2023-09-22 23:50:55 -04:00