Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for locale (0.16 sec)

  1. configure.py

      if not is_linux():
        raise ValueError('Currently NCCL is only supported on Linux platform.')
    
      if 'TF_NCCL_VERSION' in environ_cp:
        return
    
      ask_nccl_version = (
          'Please specify the locally installed NCCL version you want to use. '
          '[Leave empty to use http://github.com/nvidia/nccl]: ')
      tf_nccl_version = get_from_env_or_user_or_default(environ_cp,
    Python
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
Back to top