Commit 6d3fe991 authored by Moto Hira's avatar Moto Hira Committed by Facebook GitHub Bot
Browse files

Accomodate internal dependency change (#2094)

Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2094

Reviewed By: nateanl

Differential Revision: D33288439

fbshipit-source-id: 385e0e4257755dbaf143287f612e19bede189757
parent 1b17b011
......@@ -9,7 +9,11 @@
#include <stdexcept>
#ifdef USE_KENLM_FROM_LANGTECH
#include "language_technology/jedi/lm/model.hh"
#else
#include "lm/model.hh"
#endif
namespace torchaudio {
namespace lib {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment