Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: janekl <[email protected]>
  • Loading branch information
janekl committed Nov 29, 2024
1 parent 8e60daa commit 697c910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/deploy/nlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from nemo.deploy.nlp.query_llm import NemoQueryLLM, NemoQueryLLMPyTorch
from nemo.deploy.nlp.megatronllm_deployable import MegatronLLMDeployable
from nemo.deploy.nlp.query_llm import NemoQueryLLM, NemoQueryLLMPyTorch

0 comments on commit 697c910

Please sign in to comment.