forked from LordJenQ3/DeepFaceLab
-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
System details
Ubuntu 22.04 RTX 2080 With max Q design, Intel i9 9th Gen, 32gb ddr4 ram.
nvidia-smi
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.113.01 Driver Version: 535.113.01 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce RTX 2080 ... Off | 00000000:01:00.0 Off | N/A |
| N/A 44C P0 15W / 90W | 6MiB / 8192MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 2308 G /usr/lib/xorg/Xorg 4MiB |
+---------------------------------------------------------------------------------------+
Cuda Version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Thu_Nov_18_09:45:30_PST_2021
Cuda compilation tools, release 11.5, V11.5.119
Build cuda_11.5.r11.5/compiler.30672275_0
This command python -c "import tensorflow as tf;print(tf.__version__) gives the output below:
2023-10-24 17:31:49.074963: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.11.0
2.4.0
When ever I run any script, I get this before the script runs
usage: conda [-h] [--no-plugins] [-V] COMMAND ...
conda: error: argument COMMAND: invalid choice: 'activate' (choose from 'clean', 'compare', 'config', 'create', 'info', 'init', 'install', 'list',
'notices', 'package', 'remove', 'uninstall', 'rename', 'run', 'search', 'update', 'upgrade', 'build', 'content-trust', 'convert', 'debug', 'develop',
'doctor', 'index', 'inspect', 'metapackage', 'render', 'skeleton', 'server', 'token', 'repo', 'verify', 'pack', 'env')
How do I make this work with the GPU?
Metadata
Metadata
Assignees
Labels
No labels