A specialized toolkit for scaling experimental research with Foundation Models.
Project description
FMCore
fmcore is a specialized toolkit for scaling experimental research with Foundation Models. Our utilities for inference, tuning, and evaluation handle billion-scale models and datasets, letting you skip the boilerplate and focus on pushing AI research forward. Developed by researchers, for researchers, fmcore offers a robust, flexible platform that streamlines your workflow without sacrificing rigor.
Installation
We recommend installing dependencies in a new Anaconda environment using the commands below.
These commands were tested to work on Deep Learning AMI GPU PyTorch 1.13.1 (Amazon Linux 2) 20230221 on AWS.
Install dependencies:
conda create -n fmcore python=3.11.8 --yes
conda activate fmcore
pip install uv ## Speed up installation
uv pip install -r requirements.txt
uv pip install "spacy==3.7.4" "spacy-transformers==1.3.5"
uv pip install "setuptools==69.5.1"
Certain features need additional steps, e.g.
python -m spacy download en_core_web_lg
python -c "import nltk; nltk.download('punkt');"
Security
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.
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 fmcore-0.1.1.tar.gz.
File metadata
- Download URL: fmcore-0.1.1.tar.gz
- Upload date:
- Size: 403.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6bf0f4ddc1a9b1c7b67b564b446d9e09e467d77e23e2f83c3517257110e43ef
|
|
| MD5 |
0dd3abd9a72f1a48af90ef887ae127e1
|
|
| BLAKE2b-256 |
b7a033bde557993e62c15e48073ac28d3a9019581a7435ba5299122fe2bfa637
|
File details
Details for the file fmcore-0.1.1-py3-none-any.whl.
File metadata
- Download URL: fmcore-0.1.1-py3-none-any.whl
- Upload date:
- Size: 501.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ce9da52623dcd9003743d639accee7c06fd87c0b9b9aec4ac261431baee1832
|
|
| MD5 |
88c5a600652bef25bccf02c0b79de30a
|
|
| BLAKE2b-256 |
1a115db76fb5ccb463a6a1986206d8ef93f5457440d56891aa4215c3cf2829a9
|