Skip to content

Commit

Permalink
Merge pull request #91 from scicloj/behrica-patch-5
Browse files Browse the repository at this point in the history
document native dependencies
  • Loading branch information
daslu authored Dec 14, 2024
2 parents 7ebd618 + df19933 commit c6579cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions notebooks/noj_book/known_issues.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,17 @@

;; See [Ask Clojure](https://ask.clojure.org/index.php/12730/error-could-acquire-write-lock-artifact-org-bytedeco-opencv).

;; ## Native Dependencies
;; Several of the machine learning models included in Noj are known to have native, operating system level,
;; dependencies. For most OS these get "autoinstalled" via depedencies to jars.
;;
;; For some OS this is not working or needs manual instalations or configuration.
;;
;; We maintain a complete integration test suite, which exercises all models, and we have a known-to-work
;; [devcontainer setup](https://github.com/scicloj/noj/tree/main/.devcontainer) in which all models do work.
;;
;; This can be used for reference or as a starting point to use Noj, if one desires.
;; ### scicloj.ml.smile
;; Some of the Smile based models require native dependencies. This is documented in [Smile](https://github.com/haifengl/smile)


0 comments on commit c6579cb

Please sign in to comment.