Added initial support for pixtral vision as a vision encoder.

This commit is contained in:
Jaret Burkett
2024-09-21 15:21:14 -06:00
parent dd889086f4
commit f85ad452c6
2 changed files with 496 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ RUN apt-get install -y tmux nvtop htop
RUN pip install jupyterlab
# mask workspace
RUN mkdir /workspace
# symlink app to workspace
RUN ln -s /app/ai-toolkit /workspace/ai-toolkit