zoukankan      html  css  js  c++  java
  • /tmp
    Cloning into 'tensorflow'...
    remote: Enumerating objects: 17781, done.
    remote: Counting objects: 100% (17781/17781), done.
    remote: Compressing objects: 100% (13483/13483), done.
    remote: Total 17781 (delta 5758), reused 9063 (delta 3707), pack-reused 0
    Receiving objects: 100% (17781/17781), 43.38 MiB | 382.00 KiB/s, done.
    Resolving deltas: 100% (5758/5758), done.
    Checking out files: 100% (16970/16970), done.
    /tmp/tensorflow
    WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shutdown".
    You have bazel 0.24.1 installed.
    Please specify the location of python. [Default is /root/anaconda3/envs/py35/bin/python]: 
    
    Found possible Python library paths:
      /root/anaconda3/envs/py35/lib/python3.6/site-packages
    Please input the desired Python library path to use.  Default is [/root/anaconda3/envs/py35/lib/python3.6/site-packages]
    Do you wish to build TensorFlow with XLA JIT support? [Y/n]: XLA JIT support will be enabled for TensorFlow.
    
    Do you wish to build TensorFlow with OpenCL SYCL support? [y/N]: No OpenCL SYCL support will be enabled for TensorFlow.
    
    Do you wish to build TensorFlow with ROCm support? [y/N]: No ROCm support will be enabled for TensorFlow.
    
    Do you wish to build TensorFlow with CUDA support? [y/N]: No CUDA support will be enabled for TensorFlow.
    
    Do you wish to download a fresh release of clang? (Experimental) [y/N]: Clang will not be downloaded.
    
    Do you wish to build TensorFlow with MPI support? [y/N]: No MPI support will be enabled for TensorFlow.
    
    Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -march=native -Wno-sign-compare]: 
    
    Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]: Not configuring the WORKSPACE for Android builds.
    
    Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command. See .bazelrc for more details.
    	--config=mkl         	# Build with MKL support.
    	--config=monolithic  	# Config for mostly static monolithic build.
    	--config=gdr         	# Build with GDR support.
    	--config=verbs       	# Build with libverbs support.
    	--config=ngraph      	# Build with Intel nGraph support.
    	--config=numa        	# Build with NUMA support.
    	--config=dynamic_kernels	# (Experimental) Build kernels into separate shared objects.
    Preconfigured Bazel build configs to DISABLE default on features:
    	--config=noaws       	# Disable AWS S3 filesystem support.
    	--config=nogcp       	# Disable GCP support.
    	--config=nohdfs      	# Disable HDFS support.
    	--config=noignite    	# Disable Apache Ignite support.
    	--config=nokafka     	# Disable Apache Kafka support.
    	--config=nonccl      	# Disable NVIDIA NCCL support.
    Configuration finished
    yes: standard output: Broken pipe
    yes: write error
  • 相关阅读:
    Windows 文件过滤驱动经验总结
    修改disk驱动监控文件系统的IO特征
    STATUS_MUTANT_NOT_OWNED
    网络连接存储(Networkattached storage,NAS)简介
    缓存管理器
    LINUX softraid 管理
    过滤驱动的问题自我总结
    Visual Studio 2010 (vs2010) 全屏功能的改进
    在 .NET 中,后++ 运算符产生的一个小问题
    在 Visual Studio 2008 中去掉某些文件的只读属性
  • 原文地址:https://www.cnblogs.com/573177885qq/p/10820505.html
Copyright © 2011-2022 走看看