chore: update project directory name to prompt2code

This commit is contained in:
Ariel R.E.L 2024-07-01 22:59:14 +03:00
parent f0b94ab9bd
commit ad8eb978d9
2 changed files with 21 additions and 1 deletions

View File

@ -79,7 +79,7 @@ To install Devika, follow these steps:
``` ```
2. Navigate to the project directory: 2. Navigate to the project directory:
```bash ```bash
cd devika cd prompt2code
``` ```
3. Create a virtual environment and install the required dependencies (you can use any virtual environment manager): 3. Create a virtual environment and install the required dependencies (you can use any virtual environment manager):
```bash ```bash

20
challange.md Normal file
View File

@ -0,0 +1,20 @@
# Challenge: Generate img2vid using GenAI only!
Tech specs:
Find the Tesla-P40 spec on the TAMI server using the following command:
```bash
nvidia-smi
```
Steps:
1. Install and set up Devika on TAMI computer with llama
2. How does Devika work under the hood?
- Is it using the same LLM thread or is it different for each iteration?
- How does it generate the plan?
- Fix : the bug that saves the file names wraped with `` !!!
- Add logs to all files