Inephany client library to use Paramorph Agents.
Project description
Paramorph Client Library
Paramorph is a client library that provides automated hyperparameter tuning for neural network training. It integrates seamlessly with Hugging Face Transformers and other PyTorch-based training frameworks to dynamically adjust learning rates, weight decay, and other hyperparameters during training.
Features
- Automated Hyperparameter Tuning: Dynamically adjusts learning rates, weight decay, and other optimizer parameters
- Hugging Face Integration: Built-in support for Hugging Face Transformers with minimal code changes
- Multi-Agent Architecture: Uses specialized agents for different parameter groups (embeddings, attention, linear layers, convolutions)
- Real-time Monitoring: Integrates with Weights & Biases for experiment tracking
- Flexible Configuration: Easy-to-use YAML configuration system
Installation
Prerequisites
- Python 3.10+
- PyTorch
- Hugging Face Transformers (for HF integration)
- [Optional] Weights & Biases account and API key (for experiment tracking and logging)
Setup
Paramorph depends on the libinephany package, which provides core utilities and data models. Installation instructions differ based on your use case:
Ensure that python3.12 and make is installed:
Ubuntu / Debian
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.12
MacOS with brew
brew install python@3.12
For Developers (Monorepo)
If you're working within the Inephany monorepo, the libinephany package is already available and will be installed into the venv created for this package when you run make install-dev.
For Clients (Standalone Installation)
Both libinephany and paramorph are available on PyPI and can be installed directly:
Optional but recommended
python -m pip install --upgrade pip
Install paramorph (libinephany will be installed as a depencency)
python -m pip install paramorph
For development installations with additional dependencies:
pip install libinephany[dev] paramorph[dev]
Then generate an API key in the portal and export it:
export PARAMORPH_API_KEY=YOUR_API_KEY
Getting Help
- Check the example scripts in the repository
- Review the configuration file format
- Ensure all dependencies are installed correctly
- Verify your model architecture matches the agent module mapping
License
This package is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file paramorph-0.7.0.tar.gz.
File metadata
- Download URL: paramorph-0.7.0.tar.gz
- Upload date:
- Size: 28.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bfad8242f68060a092db466f476f861f43bddb3720d7dad795f2e37fff0cd67
|
|
| MD5 |
45669e26d9d321a120b862da5f3788fc
|
|
| BLAKE2b-256 |
60165581794bc7a6d77eb0ca6ae5a2afe1f80d89733e86678375a6068af3a569
|
File details
Details for the file paramorph-0.7.0-py3-none-any.whl.
File metadata
- Download URL: paramorph-0.7.0-py3-none-any.whl
- Upload date:
- Size: 24.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f68c6a5ce2c43bd5d40824482143064bcc126a3ab0cee6644296eb0b579fa52a
|
|
| MD5 |
5c95830140a600e6a0607f0a93b11d38
|
|
| BLAKE2b-256 |
e0620e06f3fd50735fc4caf767fea9f0f7f2796d238f70ed70efbb23145548c7
|