-
Re: How to load a file to Resources directory and have available at run time
Code-Env for containers is missing the path ENV points me to this location: But files are located in this other location:1 · -
Install Llama 2 on Code Env (Via Llama.cpp with CPython)
Hello Dataikers! TL;DR I want to use this model llama-2-7b.ggmlv3.q4_0.bin inside a code env, to do this I am using python port llama-cpp-python My problem is that I need to compile llama.cpp and ins…1 · -
Flask Multi-thread (app threaded)
Hi! Is there any way to enable multi-thread in a python flask app? app.run(host=HOST, port=PORT, threaded=True) This code is controlled by Dataiku, and it is injected to webapp editor. How can I chan…1 ·