The Objective Dad
The Objective Dad
* Adds automatic checkpoint resuming logic to ``train.py`` * Updated train progress bar to include epoch and train_loss * Added an ``__init__.py`` to make it easier to invoke gpt4all code...
Fixes #32 Root cause: Basically, a hard drop of ``adlist`` and ``domainlist`` corrupts FKs in ``$gravity_db``. Also, the way CSVs were imported caused data type corruption. This update will correct...
Currently memgraph supports ollama for AI chat however it hardcodes llama2:latest and no other options are available. This enhancement would allow the memgraph-lab user to select the model to use...
This feature would allow users who are hosting their own LLMs using OpenAI API compatible services such as vllm, aphrodite-engine, and others to use them with the memgraph-lab AI chat....
This PR introduces several enhancements to the primary ``Dockerfile`` including: * Added a user to ``/etc/passwd`` to run aphrodite-engine * Separated the user home from the application home, this way...
### Your current environment ```text Collecting environment information... PyTorch version: 2.3.0+cu121 Is debug build: False CUDA used to build PyTorch: 12.1 ROCM used to build PyTorch: N/A OS: Ubuntu 22.04.4...