CoolFace
Datasetpublic

HuggingAGree/AcmeTrace

Acme Trace This repository hosts the public releases of Acme traces from the Shanghai AI Lab, encompassing workloads spanning from March 2023 to August 2023. We encourage anyone to use the traces for academic purposes, and if you had any questions, feel free to send an email to us, or file an issue on Github. Furthermore, we have conducted a thorough analysis of the Acme workloads, detailed in our NSDI '24 paper titled Characterization of Large Language Model Development in the… See the full description on the dataset page: https://huggingface.co/datasets/HuggingAGree/AcmeTrace.

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes151downloads
.gitignore114 linesDownload Raw Back to root
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6# C extensions7*.so8 9# Distribution / packaging10.Python11build/12develop-eggs/13dist/14downloads/15eggs/16.eggs/17lib/18lib64/19parts/20sdist/21var/22wheels/23*.egg-info/24.installed.cfg25*.egg26MANIFEST27 28# PyInstaller29#  Usually these files are written by a python script from a template30#  before PyInstaller builds the exe, so as to inject date/other infos into it.31*.manifest32*.spec33 34# Installer logs35pip-log.txt36pip-delete-this-directory.txt37 38# Unit test / coverage reports39htmlcov/40.tox/41.coverage42.coverage.*43.cache44nosetests.xml45coverage.xml46*.cover47.hypothesis/48.pytest_cache/49*.out50 51# Translations52*.mo53*.pot54 55# Django stuff:56*.log57local_settings.py58db.sqlite359 60# Flask stuff:61instance/62.webassets-cache63 64# Scrapy stuff:65.scrapy66 67# Sphinx documentation68docs/en/_build/69docs/zh_cn/_build/70 71# PyBuilder72target/73 74# Jupyter Notebook75.ipynb_checkpoints76 77# pyenv78.python-version79 80# celery beat schedule file81celerybeat-schedule82 83# SageMath parsed files84*.sage.py85 86# Environments87.env88.venv89env/90venv/91ENV/92env.bak/93venv.bak/94 95# Spyder project settings96.spyderproject97.spyproject98 99# Rope project settings100.ropeproject101 102# mkdocs documentation103/site104 105# test106test.json107*.out108*.inp109 110# data/job_trace/trace_previous_work111# data/job_trace/trace_seren.csv112# data/utilization/ipmi113# data/utilization/seren114# data/utilization/kalos