Commit Graph

1019 Commits

Author SHA1 Message Date
92c20fdae6 fix error messages for unknown commands in the repl (#611) 2023-09-28 14:19:45 -07:00
c951da7096 Merge pull request #634 from jmorganca/mxyng/int64
use int64 consistently
2023-09-28 14:17:47 -07:00
24d82a23a2 do not download updates multiple times (#633) 2023-09-28 15:29:17 -04:00
f40b3de758 use int64 consistently 2023-09-28 11:07:24 -07:00
5f4008c296 Update README.md
adding in instruction to run mistral
2023-09-28 09:06:03 -07:00
6ae33d8141 Update modelfile.md to reflect the usage of num_gpu. (#629) 2023-09-28 10:21:21 -04:00
c5664c1fef Update faq.md 2023-09-27 13:49:43 -07:00
958a5a8184 revert fedora cuda version check 2023-09-27 15:12:29 -04:00
a2b210130f fedora install fixes (#609) 2023-09-27 11:43:47 -04:00
ed20837f9a Update modelfile.md 2023-09-27 10:38:10 -04:00
1db2a61dd0 Added num_predict to the options table (#614) 2023-09-27 10:26:08 -04:00
2ded8ab206 use 11.8.0 nvidia dockerfile base image for now 2023-09-26 21:48:41 -07:00
e6b3648bbf Merge pull request #616 from jmorganca/mxyng/fix-model-name 2023-09-26 20:54:18 -07:00
0625e805f0 fix model name not matching 2023-09-26 19:50:04 -07:00
c38ec5befb Merge pull request #598 from jmorganca/mxyng/help-exit
add painter message for exit
2023-09-26 15:17:40 -07:00
c577721a43 Merge pull request #605 from jmorganca/mxyng/install.sh
do not unload nouveau driver
2023-09-26 09:53:05 -07:00
9fc3bba9cf do no unload nouveau driver 2023-09-26 09:36:54 -07:00
7774ed4ae6 Update README.md for linux + cleanup (#601)
Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
2023-09-25 23:44:53 -07:00
11f920f209 Merge pull request #599 from jmorganca/mxyng/install.sh
update install.sh
2023-09-25 18:24:13 -07:00
6e6b655956 update install.sh 2023-09-25 18:09:44 -07:00
110ae89a6c Merge pull request #596 from jmorganca/mxyng/install.sh
update install.sh
2023-09-25 17:59:13 -07:00
5e388f931e check cuda installed before installing 2023-09-25 17:56:43 -07:00
d5ad41dd7b fix path for wsl user 2023-09-25 17:56:25 -07:00
d294a11bc9 start service on exit instead of immediately 2023-09-25 17:54:02 -07:00
93d887e4bc add painter message for exit 2023-09-25 16:30:22 -07:00
5306b0269d Update linux.md v0.1.0 2023-09-25 16:10:32 -07:00
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
1b9dcab3ab ignore systemctl is-system-running exit code 2023-09-25 15:47:45 -07:00
86279f4ae3 unbound max num gpu layers (#591)
---------

Co-authored-by: Michael Yang <mxyng@pm.me>
2023-09-25 18:36:46 -04:00
b934bf23e6 exit on unknown distro (#594) 2023-09-25 15:30:58 -07:00
2b8ef455ad Merge pull request #593 from jmorganca/mxyng/install.sh
update install.sh
2023-09-25 14:09:40 -07:00
0c5f47177c update install.sh 2023-09-25 14:01:44 -07:00
1210db2924 Merge pull request #592 from jmorganca/mxyng/install.sh
fix dkms on debian
2023-09-25 12:59:01 -07:00
d0854bf1e6 fix dkms on debian 2023-09-25 12:57:25 -07:00
8396463255 Merge pull request #590 from jmorganca/mxyng/install.sh
fix dkms install
2023-09-25 12:17:31 -07:00
a027bbf4d7 fix dkms install 2023-09-25 12:16:41 -07:00
ed94a3dd02 Merge pull request #589 from jmorganca/mxyng/install.sh
update install.sh
2023-09-25 11:08:25 -07:00
f14f62ab3b update install.sh 2023-09-25 11:05:38 -07:00
0fb5268496 Update linux.md 2023-09-25 10:06:23 -07:00
c65edb1506 fix linux installer warning logs (#588) 2023-09-25 11:22:56 -04:00
1605af32ec Added a new community project (#574) 2023-09-25 10:40:59 -04:00
ee3032ad89 improvements to docs/linux.md 2023-09-24 21:50:07 -07:00
5b7a27281d improvements to docs/linux.md 2023-09-24 21:38:23 -07:00
d2a784e33e add docs/linux.md 2023-09-24 21:34:44 -07:00
413a2e4f91 set DEBIAN_FRONTEND=noninteractive correctly 2023-09-24 20:35:42 -07:00
b5614f3ebc fix end-of-line issue with the new prompt (#582) 2023-09-23 17:20:30 -07:00
8b2ba9cab8 minor improvements to install.sh 2023-09-23 11:20:39 -04:00
e29662ab5c fix minor install script issues on debian 2023-09-23 10:25:47 -04:00
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
5cb82540c9 install.sh: update install url 2023-09-23 09:35:14 -04:00