@@ -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
@@ -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
@@ -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