- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 1,062 for docx (0.04 sec)
-
ci/official/containers/ml_build/cuda12.3_cudnn9.1.packages.txt
cuda-libraries-dev-12-3 cuda-nvml-dev-12-3 libcufft-12-3 libcurand-12-3 libcusolver-dev-12-3 libcusparse-dev-12-3 libcublas-12-3 libcublas-dev-12-3 libnccl-dev=2.19.3-1+cuda12.3 libnccl2=2.19.3-1+cuda12.3 # CuDNN: https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#ubuntu-network-installation libcudnn9-dev-cuda-12=9.1.1.17-1
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Feb 18 20:42:21 UTC 2025 - 535 bytes - Viewed (0) -
ci/official/requirements_updater/nvidia-requirements.txt
nvidia-cuda-cupti-cu12>=12.5.82,<13.0 nvidia-cuda-nvcc-cu12>=12.5.82,<13.0 nvidia-cuda-nvrtc-cu12>=12.5.82,<13.0 nvidia-cuda-runtime-cu12>=12.5.82,<13.0 # The upper bound is set for the CUDNN API compatibility. # See # https://docs.nvidia.com/deeplearning/cudnn/backend/latest/developer/forward-compatibility.html#cudnn-api-compatibility nvidia-cudnn-cu12>=9.3.0.75,<10.0 nvidia-cufft-cu12>=11.2.3.61,<12.0 nvidia-curand-cu12>=10.3.6.82,<11.0
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Sep 03 23:57:17 UTC 2025 - 646 bytes - Viewed (0) -
.github/dependabot.yml
# To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily"
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Fri Jan 31 12:47:00 UTC 2025 - 758 bytes - Viewed (0) -
docs/uk/docs/tutorial/first-steps.md
<span style="background-color:#C4A000"><font color="#2E3436">│ │</font></span> <span style="background-color:#C4A000"><font color="#2E3436">│ API docs: http://127.0.0.1:8000/docs │</font></span> <span style="background-color:#C4A000"><font color="#2E3436">│ │</font></span>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 15.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
supports pod priority and creation of PriorityClasses ([user doc](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/))([design doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/scheduling/pod-priority-api.md)) * [alpha] This version now supports priority-based preemption of pods ([user doc](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/))([design doc](https://github.com/kubernetes/community/blob/master/...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
docs/tuning/README.md
- `tuned` - `curl` ### Install `tuned.conf` performance profile #### Step 1 - download `tuned.conf` from the referenced link ``` wget https://raw.githubusercontent.com/minio/minio/master/docs/tuning/tuned.conf ``` #### Step 2 - install tuned.conf as supported performance profile on all nodes ``` sudo mkdir -p /usr/lib/tuned/minio/ sudo mv tuned.conf /usr/lib/tuned/minio ```
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jul 19 01:15:02 UTC 2024 - 644 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
} String url = DocumentUtil.getValue(doc, fessConfig.getIndexFieldUrl(), String.class); if (url == null) { url = ComponentUtil.getMessageManager().getMessage(locale, "labels.search_unknown"); } doc.put(fessConfig.getResponseFieldUrlLink(), getUrlLink(doc)); String createdStr; final Date created = DocumentUtil.getValue(doc, fessConfig.getIndexFieldCreated(), Date.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.7.md
[Extending the Kubernetes API with the aggregation layer](https://kubernetes.io/docs/concepts/api-extension/apiserver-aggregation/), [Configure the aggregation layer](https://kubernetes.io/docs/tasks/access-kubernetes-api/configure-aggregation-layer/), and [Setup an extension API server](https://kubernetes.io/docs/tasks/access-kubernetes-api/setup-extension-api-server/). * [alpha] Adding admissionregistration API group which enables dynamic registration of initializers and external admission...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1) -
CODEOWNERS
/tensorflow/core/kernels/sparse/ @penpornk /tensorflow/core/nccl/ @azaks2 @chsigg /tensorflow/python/autograph/ @mdanatg /tensorflow/python/debug @caisq /tensorflow/python/eager @rohan100jain /tensorflow/tools/docs/ @markdaoust /tensorflow/compiler/mlir/ @aminim /tensorflow/core/ir/ @aminim /tensorflow/core/transforms/ @aminim
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri May 27 21:02:49 UTC 2022 - 563 bytes - Viewed (0) -
src/test/java/org/codelibs/core/xml/DomUtilTest.java
public void testToString() throws Exception { final DocumentBuilder builder = DocumentBuilderFactoryUtil.newDocumentBuilder(); final Document doc = DocumentBuilderUtil.parse(builder, ResourceUtil.getResourceAsStream("org/codelibs/core/xml/test1.xml")); final Element root = doc.getDocumentElement(); final String contents = DomUtil.toString(root); System.out.println(contents); }
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 1.6K bytes - Viewed (0)