Tuan T. Pham

Results 24 issues of Tuan T. Pham

With _large_ cluster of docker containers, about more than 10, the collector `DockerContainerCollector` takes more than 1 second to finish. Messages like this are shown in docker log: ``` [2017-01-07...

Does privateGPT support multi-gpu for loading model that does not fit into one GPU? For example, the Mistral 7B model requires 24 GB VRAM. Would having 2 Nvidia 4060 Ti...

stale

Currently, we do not have prompt style for CodeLlama model(s). Example: * Quantized models on [TheBloke/CodeLlama-70B-Instruct-GGUF][0] * Prompt template ``` Source: system {system_message} Source: user {prompt} Source: assistant ``` [0]:...

nginx.conf: * Fix location endpoints in nginx server mirror.list: * Use us.archive.ubuntu.com 22.04 as default .env, default_settings: * Set default settings here; 1000:1000 is default 1st non-root user in Ubuntu/Debian...

logstash/formatter.py: * On logstash 8.x (maybe earlier too), the ip of the sender will be the field "host":{"ip": sender_ip} ``` logstash | { logstash | "event" => { logstash |...

**Summary:** The current requirement file `dev_tools/requirements/parse-requirements.txt` fails to be installed by pip for the environment to run `common.document_parser`. See issue #294. By install package by package until `common.document_parser` can run,...

Atm, `pip install dev_tools/requirements/parse-requirements.txt` for the virtual env to run `common.document_parser` fails. It asks for python version >=3.5.*. The python version in conda virtual env is 3.8. ``` # at...

The file `requirements.txt` is removed/renamed from repository. https://github.com/dod-advana/gamechanger-data/blob/dev/dev_tools/docker/k8s/rhel8.Dockerfile#L191 Should it be the file `rhel8.locked.requirements.txt` instead? FYI, `rhel8.locked.requirements.txt` will open a pandora's box dependency entanglement. CC: @jram930 @drospond

Fix docker build. Current checkout from gamechanger, gamechanger-data, gamechanger-ml...fail to build docker. I fixed it. Worked for me, building that is. References: * #285 * https://github.com/dod-advana/gamechanger-ml/pull/156 * https://github.com/dod-advana/gamechanger-ml/issues/155

The current db name for these are `postgres`. However they should be [`gc-orchestration`][0] and [`game_changer`][1] because they are the required db names to be used by `sequelize` script in [_postgres_config_step_1_setup_web_schema][2]....