-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
export PROJECT_JOB_NAME="test" # This makes run.sh run with `pytest` instead of `python3` | ||
export PROJECT_DATA="$(realpath ~/.datadreamer_dev/)" # Where project dependencies will be installed and stored | ||
export PROJECT_DATA="~/.datadreamer_dev/" # Where project dependencies will be installed and stored | ||
export PROJECT_DISABLE_TUNNEL=1 # Disables certain dependencies that are not required | ||
|
||
# API Keys and Tokens | ||
# export HUGGING_FACE_HUB_TOKEN="your huggingface_hub token" # (optional) Some tests require a Hugging Face Hub token | ||
# export OPENAI_API_KEY="your openai api key" # (optional) Some tests OpenAI API key | ||
# export HUGGING_FACE_HUB_TOKEN="your huggingface_hub token" # (optional) Some tests require a Hugging Face Hub token | ||
# export OPENAI_API_KEY="your openai api key" # (optional) Some tests OpenAI API key | ||
|
||
# You can un-comment the line below to make subsequent runs faster | ||
# after project dependencies have been installed. | ||
# export PROJECT_SKIP_INSTALL_REQS=1 # Skip installing reqs | ||
# export PROJECT_SKIP_INSTALL_REQS=1 # Skip installing reqs |