You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with machine learning training scripts, and scala-cli would be a great fit for writing them. These scripts require native libraries though, which are packaged as jars with classifiers, as they are os and arch dependent. They can also be available in different variants like CPU and GPU, again expressed through different classifiers.
In sbt for instance, it's possible to add a classifier to a dependency in the following way:
I'd like to be able to express dependencies with classifiers inside a using lib directive, to be able to work with these kinds of libraries from scala-cli.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I'm working with machine learning training scripts, and
scala-cli
would be a great fit for writing them. These scripts require native libraries though, which are packaged as jars with classifiers, as they are os and arch dependent. They can also be available in different variants like CPU and GPU, again expressed through different classifiers.In sbt for instance, it's possible to add a classifier to a dependency in the following way:
I'd like to be able to express dependencies with classifiers inside a
using lib
directive, to be able to work with these kinds of libraries from scala-cli.The text was updated successfully, but these errors were encountered: