Skip to content

Commit

Permalink
Merge pull request #589 from mlrun/1.6.x-dev
Browse files Browse the repository at this point in the history
1.6.x dev
  • Loading branch information
aviaIguazio authored Apr 7, 2024
2 parents dce60a8 + aed8e1f commit 9ccba33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions news-article-nlp/news_article_nlp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install transformers==4.11.3 newspaper3k==0.2.8 keybert~=0.7.0"
"!pip install transformers==4.11.3 newspaper3k==0.2.8 keybert~=0.7.0 lxml_html_clean~=0.1.1"
]
},
{
Expand Down Expand Up @@ -81,7 +81,7 @@
"fn.spec.min_replicas = 1\n",
"fn.spec.max_replicas = 1\n",
"fn.spec.build.commands = [\n",
" \"python -m pip install transformers==4.11.3 newspaper3k==0.2.8 keybert~=0.7.0\",\n",
" \"python -m pip install transformers==4.11.3 newspaper3k==0.2.8 keybert~=0.7.0 lxml_html_clean~=0.1.1\",\n",
" \"python -c 'from transformers import pipeline; pipeline(\\\"summarization\\\")'\",\n",
" \"python -c 'from keybert import KeyBERT; KeyBERT()'\"\n",
"]\n",
Expand Down

0 comments on commit 9ccba33

Please sign in to comment.