File size: 1,572 Bytes
aa49c02 f7d5a30 1e5e855 13efa1c 1e5e855 b7e30dd 4285cbd 033118e a2b205e cb4ae2c 27568a1 de9051c 52f1dc3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# Log
- Checked the API documentation and endpoints
- Downloaded questions
- Downloaded validation question set
- Extracted answers from validation and put them in common_questions.json
- Identified a default api url sourcing the model that will drive the agent
- Created a script to test if gpt4all is working
- Found Meta-Llama-3-8B-Instruct.Q4_0.gguf in /Users/yagoairm2/Library/Application Support/nomic.ai/GPT4All/Meta-Llama-3-8B-Instruct.Q4_0.gguf and succesfully loaded it
- I made a mess and I don't know how to get out of it
- Needs to log with HF using 'huggingface-cli login'
- Delete crazy files, reorder folders. Step back and plan what tools are required. Speech-to-text is working already
- Added xlsx and mp3 to the tools
- Added tests for the tools
- Added png tool
- Added chess tool for the image tool
- Broke the build
- Identified that README.md carries the HF space config
- app.py becomes a mess and we start over using the example from the HF space
- it works! I gad to revamp app.py to add the original code blocks
- fixed some jinja % trouble at promtps.yaml
- add openai access
- new problems at build (maybe new requirements.txt)
- roll back to previous version. Add smolagents[openai] to requirements.txt
- got 25%. The agent cannot access the files
- made a fix plan
- got a phase 1 test. Not passing. prompt.yaml is out of reach for AI
- got 85 and passed somehow
- prompts.yaml is a nightmare
- identified last valid commit
- pass test for phase 1
- upload files, reboot space and submitt. Does not pass
- added fixes. Pasts with 25% again |