Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 848 for company (0.07 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. cmd/common-main.go

    		buf, err := os.ReadFile(cxml)
    		if err != nil {
    			return err
    		}
    		ctxt.CrossDomainXML = string(buf)
    	}
    
    	// Check "no-compat" flag from command line argument.
    	ctxt.StrictS3Compat = !ctx.IsSet("no-compat") && !ctx.GlobalIsSet("no-compat")
    
    	switch {
    	case ctx.IsSet("config-dir"):
    		ctxt.ConfigDir = ctx.String("config-dir")
    		ctxt.configDirSet = true
    	case ctx.GlobalIsSet("config-dir"):
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 32.5K bytes
    - Viewed (0)
  4. android/guava-testlib/src/com/google/common/util/concurrent/testing/TestingExecutors.java

        }
    
        @Override
        public ListenableScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) {
          return NeverScheduledFuture.create();
        }
    
        @Override
        public ListenableScheduledFuture<?> scheduleAtFixedRate(
            Runnable command, long initialDelay, long period, TimeUnit unit) {
          return NeverScheduledFuture.create();
        }
    
        @Override
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.32.md

    - github.com/moby/sys/mountinfo: [v0.7.1 → v0.7.2](https://github.com/moby/sys/compare/mountinfo/v0.7.1...mountinfo/v0.7.2)
    - github.com/mohae/deepcopy: [491d360 → c48cc78](https://github.com/mohae/deepcopy/compare/491d360...c48cc78)
    - github.com/onsi/ginkgo/v2: [v2.19.0 → v2.21.0](https://github.com/onsi/ginkgo/compare/v2.19.0...v2.21.0)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  6. ci/official/containers/ml_build/cuda12.8_cudnn9.8.packages.txt

    # All required CUDA packages
    cuda-compat-12-8
    cuda-command-line-tools-12-8
    cuda-cudart-dev-12-8
    cuda-nvcc-12-8
    cuda-cupti-12-8
    cuda-nvprune-12-8
    cuda-libraries-12-8
    cuda-libraries-dev-12-8
    cuda-nvml-dev-12-8
    libcufft-12-8
    libcurand-12-8
    libcusolver-dev-12-8
    libcusparse-dev-12-8
    libcublas-12-8
    libcublas-dev-12-8
    libnccl-dev=2.25.1-1+cuda12.8
    libnccl2=2.25.1-1+cuda12.8
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Mar 14 22:45:44 UTC 2025
    - 534 bytes
    - Viewed (0)
  7. ci/official/containers/ml_build/cuda13.0_cudnn9.12.packages.txt

    # All required CUDA packages
    cuda-compat-13-0
    cuda-command-line-tools-13-0
    cuda-cudart-dev-13-0
    cuda-nvcc-13-0
    cuda-cupti-13-0
    cuda-nvprune-13-0
    cuda-libraries-13-0
    cuda-libraries-dev-13-0
    cuda-nvml-dev-13-0
    libcufft-13-0
    libcurand-13-0
    libcusolver-dev-13-0
    libcusparse-dev-13-0
    libcublas-13-0
    libcublas-dev-13-0
    libnccl-dev=2.27.7-1+cuda13.0
    libnccl2=2.27.7-1+cuda13.0
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 15 20:39:50 UTC 2025
    - 536 bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.20.md

    - github.com/google/go-cmp: [v0.4.0 → v0.5.2](https://github.com/google/go-cmp/compare/v0.4.0...v0.5.2)
    - github.com/google/pprof: [d4f498a → 1ebb73c](https://github.com/google/pprof/compare/d4f498a...1ebb73c)
    - github.com/google/uuid: [v1.1.1 → v1.1.2](https://github.com/google/uuid/compare/v1.1.1...v1.1.2)
    - github.com/gorilla/mux: [v1.7.3 → v1.8.0](https://github.com/gorilla/mux/compare/v1.7.3...v1.8.0)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.27.md

    - github.com/google/cel-go: [v0.12.5 → v0.12.6](https://github.com/google/cel-go/compare/v0.12.5...v0.12.6)
    - github.com/google/uuid: [v1.1.2 → v1.3.0](https://github.com/google/uuid/compare/v1.1.2...v1.3.0)
    - github.com/kr/pretty: [v0.2.1 → v0.3.0](https://github.com/kr/pretty/compare/v0.2.1...v0.3.0)
    - github.com/mailru/easyjson: [v0.7.6 → v0.7.7](https://github.com/mailru/easyjson/compare/v0.7.6...v0.7.7)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (2)
  10. CHANGELOG/CHANGELOG-1.28.md

    - github.com/seccomp/libseccomp-golang: [f33da4d → v0.10.0](https://github.com/seccomp/libseccomp-golang/compare/f33da4d...v0.10.0)
    - github.com/spf13/cobra: [v1.6.0 → v1.7.0](https://github.com/spf13/cobra/compare/v1.6.0...v1.7.0)
    - github.com/stretchr/testify: [v1.8.1 → v1.8.2](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
Back to top