From cf9f269ccfcb4e6592fa675625b7abfaafe8b18f Mon Sep 17 00:00:00 2001 From: Tobi Lehman Date: Thu, 5 Jun 2025 00:43:30 -0700 Subject: [PATCH] docs: Fix typo for GPUs (#25987) --- website/content/plugins/devices/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/plugins/devices/index.mdx b/website/content/plugins/devices/index.mdx index 9993dbf5d..4ca4cdcef 100644 --- a/website/content/plugins/devices/index.mdx +++ b/website/content/plugins/devices/index.mdx @@ -2,7 +2,7 @@ layout: docs page_title: Nomad device driver plugins description: |- - Use device driver plugins to detect your Nomad client's physical hardware devices, such as graph processing units (GPUs), field programmable gate arrays (FPGAs), tensor processing units (TPUs), and universal serial buses (USBs). You can then use those devices in your Nomad workloads. Review conceptual, installation, usage, and reference information for the NVIDIA and USB device driver plugins. + Use device driver plugins to detect your Nomad client's physical hardware devices, such as graphical processing units (GPUs), field programmable gate arrays (FPGAs), tensor processing units (TPUs), and universal serial buses (USBs). You can then use those devices in your Nomad workloads. Review conceptual, installation, usage, and reference information for the NVIDIA and USB device driver plugins. --- # Nomad device driver plugins