rnabirov
rnabirov
Did it a few times, same result.
``` Cloning into './gumroad'... remote: Enumerating objects: 27, done. remote: Counting objects: 100% (27/27), done. remote: Compressing objects: 100% (21/21), done. remote: Total 27 (delta 6), reused 11 (delta 2),...
here it is ``` OPENAI_API_KEY="" ACTIVELOOP_TOKEN="" DEEPLAKE_USERNAME=rnabirov DEEPLAKE_DATASET_PATH=my_test_dataset DEEPLAKE_REPO_NAME=my_test_repo3 REPO_URL=https://github.com/peterw/Gumroad-Landing-Page-Generator SITE_TITLE="Repo analysis chat" ```
probably chat.py downloads an empty dataset? the whole my_test_dataset folder is 9000 bytes. tensor_meta.json files in the folder are 400 bytes max Probably a dumb question. What's the point of...
i got it working by pointing DEEPLAKE_DATASET_PATH in .env to the remote dataset which was created at activeloop by github.py. Having separate variables DEEPLAKE_DATASET_PATH and DEEPLAKE_REPO_NAME for the same dataset...