Search Options

Results per page
Sort
Preferred Languages
Advance

Results 401 - 410 of 1,171 for lite (0.01 sec)

  1. ci/official/containers/ml_build/cuda12.1_cudnn9.8.packages.txt

    # All required CUDA packages
    cuda-compat-12-1
    cuda-command-line-tools-12-1
    cuda-cudart-dev-12-1
    cuda-nvcc-12-1
    cuda-cupti-12-1
    cuda-nvprune-12-1
    cuda-libraries-12-1
    cuda-libraries-dev-12-1
    cuda-nvml-dev-12-1
    libcufft-12-1
    libcurand-12-1
    libcusolver-dev-12-1
    libcusparse-dev-12-1
    libcublas-12-1
    libcublas-dev-12-1
    libnccl-dev=2.18.3-1+cuda12.1
    libnccl2=2.18.3-1+cuda12.1
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Mar 21 01:02:41 UTC 2025
    - 534 bytes
    - Viewed (0)
  2. ci/official/containers/ml_build/cuda12.3_cudnn9.1.packages.txt

    # All required CUDA packages
    cuda-compat-12-3
    cuda-command-line-tools-12-3
    cuda-cudart-dev-12-3
    cuda-nvcc-12-3
    cuda-cupti-12-3
    cuda-nvprune-12-3
    cuda-libraries-12-3
    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
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue Feb 18 20:42:21 UTC 2025
    - 535 bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/sso/SsoResponseType.java

     * such as metadata requests and logout actions.
     */
    public enum SsoResponseType {
        /**
         * Indicates a request for SSO metadata, which is typically used for
         * configuration and discovery in protocols like SAML.
         */
        METADATA,
    
        /**
         * Indicates a request to perform a logout operation, terminating the
         * user's SSO session.
         */
        LOGOUT;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  4. src/main/webapp/css/admin/style.css

    section.content table td {
    	display: table-cell;
    	word-wrap: break-word;
    	overflow-wrap: break-word;
    }
    
    section.content table .label {
    	color: #fff;
    }
    
    textarea.systemInfoData {
    	height: 22em;
    	line-height: 1.5em;
    }
    
    .login-box {
    	height: 500px;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  5. .gitignore

    *.orig
    *.rej
    *.exe
    .*.swp
    core
    *.cgo*.go
    *.cgo*.c
    _cgo_*
    _obj
    _test
    _testmain.go
    
    /VERSION.cache
    /bin/
    /build.out
    /doc/articles/wiki/*.bin
    /goinstall.log
    /last-change
    /misc/cgo/life/run.out
    /misc/cgo/stdio/run.out
    /misc/cgo/testso/main
    /pkg/
    /src/*.*/
    /src/cmd/cgo/zdefaultcc.go
    /src/cmd/dist/dist
    /src/cmd/go/internal/cfg/zdefaultcc.go
    /src/cmd/internal/objabi/zbootstrap.go
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Jul 23 19:05:35 UTC 2024
    - 958 bytes
    - Viewed (0)
  6. docs/changelogs/changelog_1x.md

     * Fix: Cache SPDY responses even if the response body is closed prematurely.
     * Fix: Use strict timeouts when aborting a download.
     * Fix: Support Shoutcast HTTP responses like `ICY 200 OK`.
     * Fix: Don't unzip if there isn't a response body.
     * Fix: Don't leak gzip streams on redirects.
     * Fix: Don't do DNS lookups on invalid hosts.
     * Fix: Exhaust the underlying stream when reading gzip streams.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  7. docs/uk/docs/tutorial/body-nested-models.md

        "name": "Foo",
        "description": "The pretender",
        "price": 42.0,
        "tax": 3.2,
        "tags": ["rock", "metal", "bar"],
        "image": {
            "url": "http://example.com/baz.jpg",
            "name": "The Foo live"
        }
    }
    ```
    
    Завдяки такій декларації у **FastAPI** Ви отримуєте:
    
    * Підтримку в редакторі (автозавершення тощо), навіть для вкладених моделей
    * Конвертацію даних
    * Валідацію даних
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Feb 28 14:18:01 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/arch/arm.go

    	switch op {
    	case arm.ACMN, arm.ACMP, arm.ATEQ, arm.ATST:
    		return true
    	}
    	return false
    }
    
    // IsARMSTREX reports whether the op (as defined by an arm.A* constant) is
    // one of the STREX-like instructions that require special handling.
    func IsARMSTREX(op obj.As) bool {
    	switch op {
    	case arm.ASTREX, arm.ASTREXD, arm.ASTREXB, arm.ASWPW, arm.ASWPBU:
    		return true
    	}
    	return false
    }
    
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  9. .github/ISSUE_TEMPLATE/feature_request.md

    assignees: ''
    
    ---
    
    **Is your feature request related to a problem? Please describe.**
    A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
    
    **Describe the solution you'd like**
    A clear and concise description of what you want to happen.
    
    **Describe alternatives you've considered**
    A clear and concise description of any alternative solutions or features you've considered.
    
    **Additional context**
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 07 20:49:54 UTC 2019
    - 610 bytes
    - Viewed (0)
  10. guava/src/com/google/common/cache/CacheLoader.java

       * @throws Exception if unable to load the result
       * @throws InterruptedException if this method is interrupted. {@code InterruptedException} is
       *     treated like any other {@code Exception} in all respects except that, when it is caught,
       *     the thread's interrupt status is set
       */
      public abstract V load(K key) throws Exception;
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 9.5K bytes
    - Viewed (0)
Back to top