Skip to content

Commit

Permalink
modify databricks dl package
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaXYWang committed Sep 18, 2023
1 parent 7887699 commit d6072ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ object DatabricksUtilities {
Map("pypi" -> Map("package" -> "pytorch-lightning==1.5.0")),
Map("pypi" -> Map("package" -> "torchvision==0.12.0")),
Map("pypi" -> Map("package" -> "transformers==4.15.0")),
Map("pypi" -> Map("package" -> "petastorm==0.12.0"))
Map("pypi" -> Map("package" -> "petastorm==0.12.0")),
Map("pypi" -> Map("package" -> "protobuf==3.20.3"))
).toJson.compactPrint

val GPUInitScripts: String = List(
Expand Down

0 comments on commit d6072ee

Please sign in to comment.