Bangun Ekstensi
Ekstensi ini dibangun dalam Parrot.
Di bawah ini menunjukkan bagaimana untuk membangun ekstensi Parrot dari kode sumber.
Ketergantungan
Menggunakan Debian Bookworm (stable/12). Instal dependensi sistem operasi.
Python is needed to build the documentation. Python is no longer needed to build the extension, as upstream has removed the Python server.
sudo apt install \
git python3-venv python3-virtualenv python3-pip
Unduh
Untuk membangun ekstensi Parrot, unduh kode sumber dari repositori git.
git clone https://spacecruft.org/deepcrayon/parrot-extension
cd parrot-extension/
Bangun
Thusly:
make
Same as:
make all
Bangunan Ekstensi
src/extensions/vscode/build/continue-patch.vsix
Versi
Untuk memperbarui versi:
${EDITOR} CHANGELOG
# git tag v0.0.0
Bersih
Bersih.
make clean
Tekan
Kirim ke repositori git.
make push
Jalankan
Server:
./parrot-server
Ekstensi
Mungkin
cd src/extensions/vscode/
yarn
yarn package
Server Infersi
TUGAS: Tambahkan server inferensi ke ekstensi. Sementara ini, bangun dan gunakan llama.cpp
.
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
# build thing.