Can I Include Files in Docker Models Like Llama3.2?

0
1
Asked By CuriousCat92 On

I'm running Llama3.2 locally and I'm curious if there's a way to include a .js file to provide context for my AI prompts. Any tips on how to do this with Docker?

2 Answers

Answered By CodeNinja88 On

I’m not sure about direct file inclusion either. However, while using Llama3.2, you could possibly manipulate it to read from a shared volume. Just keep an eye on Docker updates, as file inclusion might be something they add in the future!

Answered By TechieTurtle45 On

You might find some workarounds, but as of now, Docker doesn't directly support including external files in models. However, you can try using volume mounts to share files between your host and the Docker container. Just make sure you reference the mounted path correctly in your model's code. It could potentially give your AI extra context!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.