Skip to content

Commit

Permalink
Merge pull request #99 from rh-aiservices-bu/fix/ignore_HuggingFaceTe…
Browse files Browse the repository at this point in the history
…xtGenInference_warning

Ignores warnings in 3.4
  • Loading branch information
guimou authored Apr 24, 2024
2 parents fe8effb + 70b8933 commit 94675db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lab-materials/03/03-04-comparing-model-servers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
},
"outputs": [],
"source": [
"import warnings\n",
"warnings.filterwarnings(\"ignore\")\n",
"\n",
"# Flan-T5-Small LLM Inference Server URL\n",
"inference_server_url_flan_t5 = \"http://llm-flant5.ic-shared-llm.svc.cluster.local:3000/\"\n",
"\n",
Expand Down

0 comments on commit 94675db

Please sign in to comment.