mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-01 17:37:43 +00:00
43cb4a564b
* Commit init framework * Co-authored-by: Yuante Li (FESCO Adecco Human Resources) <v-yuanteli@microsoft.com> Co-authored-by: XianBW <XianBW@users.noreply.github.com> * add an import * refine the whole framework * benchmark related framework * fix black and isort errors * move requirements to folder * fix black again --------- Co-authored-by: Young <afe.young@gmail.com> Co-authored-by: xuyang1 <xuyang1@microsoft.com>
33 lines
727 B
Plaintext
33 lines
727 B
Plaintext
# Requirements for package.
|
|
loguru
|
|
build
|
|
setuptools-scm
|
|
twine
|
|
fire
|
|
fuzzywuzzy
|
|
openai
|
|
ruamel-yaml
|
|
torch
|
|
torch_geometric
|
|
tabulate # Convert pandas dataframe to markdown table to make it more readable to LLM
|
|
tables # we use hd5 as default data format. So we have to install pytables
|
|
numpy # we use numpy as default data format. So we have to install numpy
|
|
pandas # we use pandas as default data format. So we have to install pandas
|
|
feedparser
|
|
matplotlib
|
|
langchain
|
|
tiktoken
|
|
scikit-learn
|
|
|
|
# azure identity related
|
|
azure.identity
|
|
|
|
# PDF related
|
|
pypdf
|
|
azure-core
|
|
azure-ai-formrecognizer
|
|
|
|
# TODO: dependencies for implementing factors.
|
|
# I think it is for running insteading of implementing. The dependency should be in
|
|
statsmodels
|