Browse Source

updated env file

Justin Lee 2 months ago
parent
commit
8d3a0479e5

+ 0 - 4
end-to-end-use-cases/prompt-migration/README.md

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

+ 3 - 2
end-to-end-use-cases/prompt-migration/environment.yml

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