Skip to content

Commit

Permalink
Merge branch 'branch-24.10' into impl-cpp-monitor-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv authored Sep 25, 2024
2 parents e2a594e + c1dc3a8 commit 1ab2b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
IMPORT_ERROR_MESSAGE = (
"NemoLLM not found. Install it and other additional dependencies by running the following command:\n"
"`conda env update --solver=libmamba -n morpheus "
"--file conda/environments/dev_cuda-121_arch-x86_64.yaml --prune`")
"--file conda/environments/examples_cuda-121_arch-x86_64.yaml --prune`")

try:
import nemollm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
IMPORT_ERROR_MESSAGE = ("OpenAIChatService & OpenAIChatClient require the openai package to be installed. "
"Install it by running the following command:\n"
"`conda env update --solver=libmamba -n morpheus "
"--file conda/environments/dev_cuda-121_arch-x86_64.yaml --prune`")
"--file conda/environments/examples_cuda-121_arch-x86_64.yaml --prune`")

try:
import openai
Expand Down

0 comments on commit 1ab2b3e

Please sign in to comment.