xsigus24's picture
Upload folder using huggingface_hub
1d777c4
raw
history blame contribute delete
336 Bytes
# Package Information for pkg-config
prefix=/home/simon/prog/text-generation-webui/installer_files/conda
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SQLite
Description: SQL database engine
Version: 3.41.1
Libs: -L${libdir} -lsqlite3
Libs.private: -lz -lm -ldl -lpthread
Cflags: -I${includedir}