chore: update project directory name to prompt2code
This commit is contained in:
parent
f0b94ab9bd
commit
ad8eb978d9
|
@ -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
20
challange.md
Normal 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
|
Loading…
Reference in New Issue
Block a user