Day 9/21:

- LC 133 - Clone graph
- Core idea: Iterate through the original graph with a mechanism to keep track of graph nodes and new graph nodes => dictionary (oldNode, newNode)

- Gradio UI + Falcon connection
- Hugging Face's Performance and scalability section is beautiful: https://huggingface.co/docs/transformers/performance
- Wasted time making flash attention work on my local system but eventually got it working on a remote instance. https://huggingface.co/docs/transformers/perf_infer_gpu_one

Retro
- Take breaks when stuck, and let that mind rest. Sometimes tackling a problem head-on in one stretch doesn't work.

Extra
- Atomic habit: It doesn’t matter how successful or unsuccessful you are right now. What matters is whether your habits are leading you to success. You should be far more concerned with your current trajectory than with your current results.