Skip to content

Commit

Permalink
docs/fixed the syntax for span_marker version used to pip install (#5294
Browse files Browse the repository at this point in the history
)

# Description
A equal to(=) sign is missing while specifying the version for
span_marker in pip install command used in notebook

Closes #5280

**Type of change**
Fixed the syntax error in pip install command used to install
span_marker.

- Documentation update

**Checklist**
<!-- Please go over the list and make sure you've taken everything into
account -->


- I followed the style guidelines of this project
- I did a self-review of my code
  • Loading branch information
bikash119 authored Jul 22, 2024
1 parent 34c0418 commit eff9c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla/docs/tutorials/token_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install gliner==0.2.6 transformers==4.40.2 span_marker=1.5.0"
"!pip install gliner==0.2.6 transformers==4.40.2 span_marker==1.5.0"
]
},
{
Expand Down

0 comments on commit eff9c24

Please sign in to comment.