14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
# core requirements for main llmware operations and use cases
|
|
# please see also requirements_extras.txt
|
|
|
|
# installed with standard pip
|
|
numpy>=1.23.2
|
|
requests
|
|
huggingface-hub>=0.19.4
|
|
tokenizers>=0.15.0
|
|
boto3>=1.24.53
|
|
colorama==0.4.6
|
|
|
|
|
|
|