What to generate: -D, --onedir Create a one-folder bundle containing an executable (default) -F, --onefile Create a one-file bundled executable. --specpath DIR Folder to store the generated spec file (default: current directory) -n NAME, --name NAME Name to assign to the bundled app...
--workpath WORKPATH Where to put all the temporary work files, .log, .pyz and etc. (default: ./build) -y, --noconfirm Replace output directory (default: SPECPATH/dist/SPECNAME) without asking for confirmation --upx-dir UPX_DIR Path to UPX utility (default: search the execution path)...
--runtime-hook RUNTIME_HOOKS Path to a custom runtime hook file. A runtime hook is code that is bundled with the executable and is executed before any other code or module to set up special features of the runtime environment. This option can be used multiple times. --exclude-module ...
enable_language (Fortran) project (test_for_fftw) set(exec_name "test") set(source hello.f90) find_package( OpenMP REQUIRED) if(OPENMP_FOUND) message("openmp found") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${OpenMP_Fortran_FLAGS}") endif() add_executable(${exec_name} ${sourc...
For instance, to install both the X.Y CUDA Toolkit and the X.Y+1 CUDA Toolkit, install the cuda-X.Y and cuda-X.Y+1 packages. 3.10.3. Meta Packages Meta packages are RPM/Deb/Conda packages which contain no (or few) files but have multiple dependencies. They are used to ...
conda create -n myenv python=3.9 conda activate myenv 安装python库# 按照项目内的requriements.txt安装训练所用的python库,等待安装: pip install -r requriements.txt 在requriments.txt中会安装模型转换的包nncase和nncase-kpu,nncase 是一个为 AI 加速器设计的神经网络编译器。 配置训练参数# 给出的...
conda activate my_torch_cpu39 c++ --version #c++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 gcc --version #gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 CMake version: version 3.22.1 查看当前运行的程序 查看进程的命令 有ps、pstree、pgrep等 ...
{sys.executable} -m pip install numpy -y To use the Conda installer (via the conda command) from a Jupyter Notebook located in the current kernel, use this command in a code cell: Python Copy import sys ! {sys.prefix}/bin/conda install --yes --prefix {sys.prefix} numpy ...
While this instruction assumes that you are installing this project systemwide, it is possible to install and run all components completely within the userspace. Dependencies may also be installed without root permissions if you usecondaor other userspace package management systems. Documentation contrib...
The bin/ directory contains executable shell scripts (including the dotfiles script) and symlinks to executable shell scripts. This directory is added to the $PATH. The caches/ directory contains cached files, used by some scripts or functions. The config/ directory contains configurations for appli...