From ad8eb978d971867bda10fc2dcb91621573e6333d Mon Sep 17 00:00:00 2001 From: ro Date: Mon, 1 Jul 2024 22:59:14 +0300 Subject: [PATCH] chore: update project directory name to prompt2code --- README.md | 2 +- challange.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 challange.md diff --git a/README.md b/README.md index 63c8961..f1c7894 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ To install Devika, follow these steps: ``` 2. Navigate to the project directory: ```bash - cd devika + cd prompt2code ``` 3. Create a virtual environment and install the required dependencies (you can use any virtual environment manager): ```bash diff --git a/challange.md b/challange.md new file mode 100644 index 0000000..12e7c43 --- /dev/null +++ b/challange.md @@ -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 \ No newline at end of file