Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document native dependencies #91

Merged
merged 1 commit into from
Dec 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)


Loading