Closed myedibleenso closed 1 year ago
The issues with artifactory are known. I believe it is because of problems with river
's hardware, which are not easy to fix
We should explore alternatives (ex. migrating to artifactory to a different machine with newer hardware).
I'm not sure why glove is the usual problem maker. These files are even larger:
"org.clulab" %% "epidemiology-embeddings-model-ser" % "1.0.0",
"org.clulab" % "spaceweather-model-unigram-ser" % "1.0.0",
This additional copy of glove seems unnecessary. It's at least taking up bandwidth and disk space. I should check it out.
"org.clulab" % "glove-840b-300d" % "0.1.0" % Test,
These other storage options seem defunct:
https://index.scala-lang.org/ohnosequences/sbt-s3-resolver
https://github.com/tpunder/fm-sbt-s3-resolver
https://github.com/lightbend/sbt-google-cloud-storage
We haven't run into this issue recently. Closing for now...
Occasionally, builds of the text reading project fail because of we encounter a timeout when retrieving a dependency from the CLU Lab's artifactory:
This is a very big JAR. Perhaps this particular problem will go away when we make the move to the transformers-based version of processors (@MihaiSurdeanu ).