Timofey
Timofey
Hi. In your example, there is one significant drawback. If the user or database named "$database" exists, then the script will simply stop and stop working, and the container start...
**Project details:** - Project Name: MLup - Github URL: https://github.com/nxexox/pymlup - Category: Model Serialization & Deployment - License: MIT - Package Managers: pypi:pymlup **Additional context:** MLup is framework for easy...
Please download the version of the repository that has `python3` support in `Pypi`. Now, for projects on `python3`, we are going to source library, but really want to install from...
## Problem User web app can public in internet. Need add authorization ## Solution Add generated token how query params or headers. ```bash http://localhost:8009/info?token=saasfa1123123sadasd3sadasdadsasd ``` In application code read from...
## Why Use models from hugging face in config. ## Describe the solution you'd like Add storage class for hugging face and load models. ```python # mlup/ml/storage/hugging_face.py from dataclasses import...
## Describe the solution you'd like Add LLM model to mldata folder and add examples with LLM model.
## Problem I don't always need to run a web application. Sometimes I want to use a model one-time in my pipelines. For example, using a bash command, to which...
## Problem I can only create applications that take already arrays of primitives and return primitive structures. But if I want to send a picture, I need to preprocess it...
[BUG] Fix running integration tests in github tests.integration_tests.console_commands.test_make_app
[tests.integration_tests.console_commands.test_make_app.test_run_maked_app_from_conf](https://github.com/nxexox/pymlup/blob/main/tests/integration_tests/console_commands/test_make_app.py) ## Describe the bug Locally these tests work. But when run in github action, it is these tests that hang and the pipeline launch time ends after the maximum...
## Problem When I use bash commands and want to specify additional dictionary type configuration options, I need to specify the entire dictionary with escape. ```bash mlup run -m model.onnx...