dmri2z commited on
Commit
e1b1b70
ยท
1 Parent(s): c5467b1

๐Ÿ“Œ Pin huggingface-hub version to avoid issues when building the container for inference endpoint

Browse files
Files changed (2) hide show
  1. .idea/misc.xml +3 -0
  2. requirements.txt +2 -1
.idea/misc.xml CHANGED
@@ -1,5 +1,8 @@
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <project version="4">
 
 
 
3
  <component name="ProjectInspectionProfilesVisibleTreeState">
4
  <entry key="Project Default">
5
  <profile-state>
 
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <project version="4">
3
+ <component name="Black">
4
+ <option name="sdkName" value="Python 3.12 (toms-span-marker-roberta-large-ontonotes5)" />
5
+ </component>
6
  <component name="ProjectInspectionProfilesVisibleTreeState">
7
  <entry key="Project Default">
8
  <profile-state>
requirements.txt CHANGED
@@ -1 +1,2 @@
1
- span_marker
 
 
1
+ span_marker
2
+ huggingface_hub==0.23.5