mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-01 17:37:43 +00:00
fix: fix quick start problem (#191)
* all update code * fix a small bug
This commit is contained in:
@@ -98,23 +98,9 @@ You can try our demo by running the following command:
|
||||
|
||||
make dev
|
||||
|
||||
- 📦 Install Pytorch
|
||||
- Install Pytorch and related libraries:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
||||
pip3 install torch_geometric
|
||||
|
||||
- ⚙️ Environment Configuration
|
||||
- Place the `.env` file in the same directory as the `.env.example` file.
|
||||
- The `.env.example` file contains the environment variables required for users using the OpenAI API (Please note that `.env.example` is an example file. `.env` is the one that will be finally used.)
|
||||
|
||||
- Export each variable in the .env file:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
export $(grep -v '^#' .env | xargs)
|
||||
|
||||
- If you want to change the default environment variables, you can refer to `Env Config`_ below
|
||||
|
||||
|
||||
@@ -98,23 +98,9 @@ You can try our demo by running the following command:
|
||||
|
||||
make dev
|
||||
|
||||
- 📦 Install Pytorch
|
||||
- Install Pytorch and related libraries:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
||||
pip3 install torch_geometric
|
||||
|
||||
- ⚙️ Environment Configuration
|
||||
- Place the `.env` file in the same directory as the `.env.example` file.
|
||||
- The `.env.example` file contains the environment variables required for users using the OpenAI API (Please note that `.env.example` is an example file. `.env` is the one that will be finally used.)
|
||||
|
||||
- Export each variable in the .env file:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
export $(grep -v '^#' .env | xargs)
|
||||
|
||||
- If you want to change the default environment variables, you can refer to `Env Config`_ below
|
||||
|
||||
|
||||
@@ -91,24 +91,10 @@ You can try our demo by running the following command:
|
||||
|
||||
make dev
|
||||
|
||||
- 📦 Install Pytorch
|
||||
- Install Pytorch and related libraries:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
||||
pip3 install torch_geometric
|
||||
|
||||
- ⚙️ Environment Configuration
|
||||
- Place the `.env` file in the same directory as the `.env.example` file.
|
||||
- The `.env.example` file contains the environment variables required for users using the OpenAI API (Please note that `.env.example` is an example file. `.env` is the one that will be finally used.)
|
||||
|
||||
- Export each variable in the .env file:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
export $(grep -v '^#' .env | xargs)
|
||||
|
||||
- 🚀 Run the Application
|
||||
.. code-block:: sh
|
||||
|
||||
|
||||
@@ -67,24 +67,10 @@ You can try our demo by running the following command:
|
||||
|
||||
make dev
|
||||
|
||||
- 📦 Install Pytorch
|
||||
- Install Pytorch and related libraries:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
||||
pip3 install torch_geometric
|
||||
|
||||
- ⚙️ Environment Configuration
|
||||
- Place the `.env` file in the same directory as the `.env.example` file.
|
||||
- The `.env.example` file contains the environment variables required for users using the OpenAI API (Please note that `.env.example` is an example file. `.env` is the one that will be finally used.)
|
||||
|
||||
- Export each variable in the .env file:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
export $(grep -v '^#' .env | xargs)
|
||||
|
||||
- 🚀 Run the Application
|
||||
- Prepare relevant files (in pdf format) by uploading papers to the directory below and copy the path as report_file_path.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user