Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin_manual/configuration_server/theming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Modify the appearance of Nextcloud

You can change the following parameters of the look and feel on your instance:

.. figure:: ../configuration_server/images/theming1.png
.. figure:: images/theming1.png

* Name (e.g. ACME Inc. Cloud)
* Web link (e.g. https://acme.inc/)
Expand All @@ -24,7 +24,7 @@ You can change the following parameters of the look and feel on your instance:
* Logo: The logo will appear in the header and on the login page. The default has 62/34 px.
* Background and login image: The background image

.. figure:: ../configuration_server/images/theming2.png
.. figure:: images/theming2.png

* Additional legal links (Legal notice and Privacy policy link)
* Custom header logo and favicon as an alternative to auto-generation based on logo
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/exapps_management/AppAPIAndExternalApps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ If successful, the ExApp will be displayed under the "Your apps" list.
FAQ
---

* I have two graphics cards XXX with 6/8/Y GB of ram each. How can I run something which does not fit into one graphics card?
* I have two graphics cards (e.g. NVIDIA RTX 3060) with 8 GB of VRAM each. How can I run something which does not fit into one graphics card?
* Distributing models across multiple GPUs is currently not supported. You will need a GPU that fits all of the model you are trying to use.
* I have YYY graphics card that does not supports CUDA - can I use it and how?
* I have a graphics card that does not support CUDA - can I use it and how?
* No, our AI apps require GPUs with CUDA support to function at this time.
* What is the minimum VRAM size requirement for the GPU if I want to install multiple apps?
* When running multiple ExApps on the same GPU, the GPU must hold the largest model amongst the apps you install.
Expand Down
Loading