Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX Support Instructions #26

Open
kennygea opened this issue Nov 18, 2024 · 0 comments
Open

OSX Support Instructions #26

kennygea opened this issue Nov 18, 2024 · 0 comments

Comments

@kennygea
Copy link

There doesn't seem to be for OSX support. Running it via the Docker image:

root@b78f245f331d:/Audio# reverb --audio_file test.mp3 --result_dir /Audio
/opt/conda/lib/python3.11/site-packages/torch/_jit_internal.py:741: FutureWarning: ignore(True) has been deprecated. TorchScript will now drop the function call on compilation. Use torch.jit.unused now. {}
  warnings.warn(
Traceback (most recent call last):
  File "/opt/conda/bin/reverb", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/workspace/asr/wenet/bin/recognize_wav.py", line 162, in main
    raise RuntimeError("One of either --model or (--checkpoint and --config) must be set.")
RuntimeError: One of either --model or (--checkpoint and --config) must be set.
root@b78f245f331d:/Audio# reverb --audio_file test.mp3 --result_dir /Audio --model reverb_asr_v1
/opt/conda/lib/python3.11/site-packages/torch/_jit_internal.py:741: FutureWarning: ignore(True) has been deprecated. TorchScript will now drop the function call on compilation. Use torch.jit.unused now. {}
  warnings.warn(
[W NNPACK.cpp:64] Could not initialize NNPACK! Reason: Unsupported hardware.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant