Skip to content

Commit fa6a358

Browse files
committed
build-env.sh: Add semcode dependencies for vlore to work
Add vectorization models to help semcode to work better. Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 9d22c3e commit fa6a358

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build-env.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ download_and_install_rust_semcode()
176176
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
177177
cargo build --release --target-dir=/tmp/$FILE/release
178178
cp -rvf /tmp/$FILE/release/* /usr/local/bin/
179+
HOME=/config python3 -m pip install -r scripts/requirements.txt
180+
HOME=/config python3 -m pip install git+https://github.com/nomic-ai/megablocks.git
181+
HOME=/config python3 scripts/direct_download.py
182+
HOME=/config python3 scripts/nomic2vec.py
183+
179184
}
180185

181186
download_build_install_git

0 commit comments

Comments
 (0)