-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added initial cuda11.8 support #16
Conversation
f3d6f55
to
f4d603c
Compare
Can we rebase this and get the integration tests to pass? |
Very detailed and self-explanatory readme! Nice! One last thing: add the following env vars in the example.env but commented out. It will also be good to have a small note in the compex and manual installs (and maybe we should keep the term same, either complex or manual) |
806be0b
to
bbd53d2
Compare
95fe9a4
to
f3231af
Compare
- name: Set up Nextcloud PGSQL | ||
if: ${{ matrix.databases == 'pgsql'}} | ||
run: | | ||
sleep 25 | ||
mkdir data | ||
./occ maintenance:install --verbose --database=${{ matrix.databases }} --database-name=nextcloud --database-host=127.0.0.1 --database-port=$PGSQL_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password | ||
php -S localhost:8080 & | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redundant spaces
39f81c6
to
4d3add5
Compare
- Realigned readme and adjusted filenames for for the sake of clarity - Realigned readme - Adjusted requirements, dockerfile cuda, readme - Added openblas to llama-cpp-python - Made cuda files the default ones - removed git and adjusted config.yaml - adjusted counting - adjusted pip install in oneline - adjusted readme - adjusted config.yaml - adjusted tests for cpu testing - fixed typo for requirements.dev.txt - adjusted requirements because of version bug - fixed python-apt in requirements, comming originaly from apt - fixed requirements - unintended-updates coming from apt - fixed requirements - zipp coming from apt - adjusted integration-test with missing steps - adjusted integration-test, removed duplicate nextcloud setup - adjusted integration-test, made the two nextcloud setup more distinguishable - added required libgirepository1.0-dev for integration-test - removed prepare environment and aligned upgrade of setuptools line - added preparation of environment - cleaned requirements file - Removed redundant spaces Signed-off-by: Florian Klinger <[email protected]>
bf73e77
to
700ad14
Compare
for more information, see https://pre-commit.ci
Added cuda support and aligned readme