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
Not able to run make command after cmake ... It gives make: *** No targets specified and no makefile found. Stop..
The output of cmake .. (2nd time run) was
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.18363.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Lenovo/Desktop/vision/build
I tried it on Windows 10 through anaconda prompt.
The text was updated successfully, but these errors were encountered:
To build the library from source please follow the instructions listed here. Using Cmake to compile torchvision is not fully supported currently; see #2349.
Hii @datumbox,
I need libtorchvsion.so library for one of my DJL project. Will I able to get that after following the above instruction?
See deepjavalibrary/djl#818 for reference.
Not able to run
make
command aftercmake ..
. It gives make: *** No targets specified and no makefile found. Stop..The output of
cmake ..
(2nd time run) wasI tried it on Windows 10 through anaconda prompt.
The text was updated successfully, but these errors were encountered: