Skip to content

Commit

Permalink
updated env file
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjustinai committed Jan 27, 2025
1 parent 9ffb292 commit 8d3a047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions end-to-end-use-cases/prompt-migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ The **Prompt Migration** toolkit helps you assess and adapt prompts across diffe
1. **Create a Hugging Face account (if you don’t have one):**
Visit [Hugging Face](https://huggingface.co/) and create an account.
2. **Authenticate via the Hugging Face CLI:**
- Install the Hugging Face Hub CLI:
```bash
pip install huggingface_hub
```
- Log in to Hugging Face:
```bash
huggingface-cli login
Expand Down
5 changes: 3 additions & 2 deletions end-to-end-use-cases/prompt-migration/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ channels:
dependencies:
- python=3.10 # Updated to match pyproject.toml requires-python
- pip
- jupyter
- notebook
- numpy<2 # Matches pyproject.toml dependency
- pip:
- dspy @ git+ssh://git@github.com/stanfordnlp/dspy.git
- lm-eval[wandb,api,math,ifeval,sentencepiece]>=0.4.7
- python-dotenv>=1.0.1
- ipdb>=0.13.13
Expand All @@ -20,6 +21,6 @@ dependencies:
- transformers
- openai
- databricks-sdk
- bigcode_eval @ git@github.com:bigcode-project/bigcode-evaluation-harness.git
- python-dotenv
- dspy
- huggingface_hub

0 comments on commit 8d3a047

Please sign in to comment.