We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeef243 commit d8cf8f8Copy full SHA for d8cf8f8
recipe/bld.bat
@@ -8,8 +8,9 @@ if errorlevel 1 exit 1
8
9
:: Move DLLs from site-packages/bin to Library/bin (standard conda location)
10
:: This matches the expectation in the patched llama_cpp.py
11
+if not exist %LIBRARY_BIN% mkdir %LIBRARY_BIN%
12
+
13
if exist %SP_DIR%\bin\*.dll (
- if not exist %LIBRARY_BIN% mkdir %LIBRARY_BIN%
14
move %SP_DIR%\bin\*.dll %LIBRARY_BIN%\
15
if errorlevel 1 exit 1
16
)
recipe/try-lib-in-path.patch
0 commit comments