DeepFilterNet icon indicating copy to clipboard operation
DeepFilterNet copied to clipboard

Setting gpu

Open rizwanishaq opened this issue 1 year ago • 1 comments

Is there any way that we set another gpu like cuda:1?

from df.enhance import enhance, init_df, load_audio, save_audio

model, df_state, _ = init_df()

rizwanishaq avatar Mar 08 '24 12:03 rizwanishaq

import os os.environ["CUDA_VISIBLE_DEVICES"]="1"

enricguso avatar Apr 10 '24 13:04 enricguso

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Jul 10 '24 02:07 github-actions[bot]