mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-08 23:03:55 -05:00
14 lines
442 B
Plaintext
14 lines
442 B
Plaintext
# MLSysBook Dependencies
|
|
# This is a convenience file that includes all dependencies
|
|
#
|
|
# To install all dependencies:
|
|
# pip install -r requirements.txt
|
|
#
|
|
# For development work including Book Binder CLI:
|
|
# pip install -r requirements.txt
|
|
#
|
|
# Main dependencies are maintained in book/tools/dependencies/requirements.txt
|
|
# (MLSysBook content is now under book/ to accommodate TinyTorch at root)
|
|
|
|
-r book/tools/dependencies/requirements.txt
|