Spaces:
Runtime error
Runtime error
Fix requirements conflict markers
Browse filesCo-authored-by: Codex <codex@openai.com>
- fine-tune/lora-finetune.py +0 -4
- requirements.txt +0 -14
fine-tune/lora-finetune.py
CHANGED
|
@@ -41,11 +41,7 @@ import modal
|
|
| 41 |
SCRIPT_DIR = Path(__file__).resolve().parent
|
| 42 |
|
| 43 |
# Your Hugging Face username (https://huggingface.co/settings/profile)
|
| 44 |
-
<<<<<<< HEAD
|
| 45 |
HF_USERNAME = "build-small-hackathon"
|
| 46 |
-
=======
|
| 47 |
-
HF_USERNAME = "vadirajkrishna"
|
| 48 |
-
>>>>>>> c0f39ad (initial commit - InterviewCopilotLocal)
|
| 49 |
|
| 50 |
# Name for the fine-tuned model repo on Hugging Face
|
| 51 |
HF_MODEL_NAME = "interview-coach-3b"
|
|
|
|
| 41 |
SCRIPT_DIR = Path(__file__).resolve().parent
|
| 42 |
|
| 43 |
# Your Hugging Face username (https://huggingface.co/settings/profile)
|
|
|
|
| 44 |
HF_USERNAME = "build-small-hackathon"
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
# Name for the fine-tuned model repo on Hugging Face
|
| 47 |
HF_MODEL_NAME = "interview-coach-3b"
|
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
<<<<<<< HEAD
|
| 2 |
accelerate>=1.9.0
|
| 3 |
aiosqlite>=0.20.0
|
| 4 |
gradio>=6.16.0
|
|
@@ -7,22 +6,9 @@ imageio-ffmpeg>=0.5.1
|
|
| 7 |
langgraph>=0.2.0
|
| 8 |
mlx-whisper>=0.4.0; platform_system == "Darwin"
|
| 9 |
numpy>=1.26.0
|
| 10 |
-
=======
|
| 11 |
-
aiosqlite>=0.20.0
|
| 12 |
-
accelerate>=1.9.0
|
| 13 |
-
gradio>=4.44.0
|
| 14 |
-
imageio-ffmpeg>=0.5.1
|
| 15 |
-
langgraph>=0.2.0
|
| 16 |
-
mlx-whisper>=0.4.0; platform_system == "Darwin"
|
| 17 |
-
modal>=1.1.0
|
| 18 |
-
>>>>>>> c0f39ad (initial commit - InterviewCopilotLocal)
|
| 19 |
peft>=0.16.0
|
| 20 |
pyyaml>=6.0.2
|
| 21 |
scipy>=1.11.0
|
| 22 |
sounddevice>=0.5.1; platform_system == "Darwin"
|
| 23 |
-
<<<<<<< HEAD
|
| 24 |
torch>=2.4.0
|
| 25 |
-
=======
|
| 26 |
-
torch>=2.3.0
|
| 27 |
-
>>>>>>> c0f39ad (initial commit - InterviewCopilotLocal)
|
| 28 |
transformers>=4.54.0
|
|
|
|
|
|
|
| 1 |
accelerate>=1.9.0
|
| 2 |
aiosqlite>=0.20.0
|
| 3 |
gradio>=6.16.0
|
|
|
|
| 6 |
langgraph>=0.2.0
|
| 7 |
mlx-whisper>=0.4.0; platform_system == "Darwin"
|
| 8 |
numpy>=1.26.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
peft>=0.16.0
|
| 10 |
pyyaml>=6.0.2
|
| 11 |
scipy>=1.11.0
|
| 12 |
sounddevice>=0.5.1; platform_system == "Darwin"
|
|
|
|
| 13 |
torch>=2.4.0
|
|
|
|
|
|
|
|
|
|
| 14 |
transformers>=4.54.0
|