neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

commit 38b1972b12fabcd2f8959250af15a296a31ada19
parent 560ef39566465adf26988de3582c96a7ddde1e2e
Author: Steven Atkinson <[email protected]>
Date:   Mon, 25 Nov 2024 08:28:28 -0800

Fix conda environments

Diffstat:
Menvironments/environment_cpu_apple.yml | 2+-
Menvironments/environment_gpu.yml | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/environments/environment_cpu_apple.yml b/environments/environment_cpu_apple.yml @@ -35,4 +35,4 @@ dependencies: - sounddevice - transformers>=4 # See requirements.txt - wavio >=0.0.5 - - -e . + - -e .. diff --git a/environments/environment_gpu.yml b/environments/environment_gpu.yml @@ -1,8 +1,8 @@ -# File: environment.yml +# File: environment_gpu.yml # Created Date: Saturday February 13th 2021 # Author: Steven Atkinson ([email protected]) -name: nam +name: nam-test2 channels: - conda-forge # pytest-mock - pytorch @@ -36,4 +36,4 @@ dependencies: - sounddevice - transformers>=4 # See requirements.txt - wavio >=0.0.5 - - -e . + - -e ..