Skip to content

Commit

Permalink
test missing transformers library
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaXYWang committed Jan 16, 2025
1 parent b3dc5da commit c0cd463
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ object DatabricksUtilities {
"interpret-community",
"numpy==1.22.4",
"unstructured==0.10.24",
"pytesseract"
"pytesseract",
"transformers==4.48.0"
)

def baseURL(apiVersion: String): String = s"https://$Region.azuredatabricks.net/api/$apiVersion/"
Expand Down

0 comments on commit c0cd463

Please sign in to comment.