- Navigate to the directory where you want to set up this project.
- Open cmd/bash and run the below command:
On Mac/Win:git clone https://github.com/sprakshith/LLM-Evaluation.git
- Now create a virtual enviroment.
On Mac:python3 -m venv ./venv
Example:python3 -m venv ./venv
On Win:python -m venv "[Path to Project Directory]\[NAME_OF_VIRTUAL_ENV]"
Example:python -m venv "D:\LLM-Evaluation\venv"
- To activate the venv run the below command.
On Mac:source venv/bin/activate
On Win:venv\Scripts\activate.bat
- To install all the requirements run the below command. Execute this command whenever there is a change in requirements.txt file.
On Mac/Win:pip install -r requirements.txt
- Run the command
python -m app
.
-
Notifications
You must be signed in to change notification settings - Fork 0
License
sprakshith/LLM-Evaluation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published