Time E. Less

Results 5 issues of Time E. Less

To reproduce, create a cluster of t2.nano (or otherwise very small) instances, and try to exec any simple Skypilot job that just does `echo "thing"`. All such jobs will fail....

Where is the image-to-video model? I can only find generating a small series of images.

The link to the Unity Connect article no longer works as of June 2022. Maybe can we put a summary of whatever was in that article here? If you send...

Command: ``` python main.py --model /data/Llama-2-7b-chat-hf/ --prune_method wanda --sparsity_ratio 0.5 --sparsity_type unstructured --save out/llama_2_7b/unstructured/wanda/ ``` Result: ``` File "Dev/wanda/main.py", line 110, in main() File "Dev/wanda/main.py", line 69, in main prune_wanda(args,...

Numpy2 breaks this repo. ``` RuntimeError: Failed to import transformers.models.llama.modeling_llama because of the following error (look up to see its traceback): `np.float_` was removed in the NumPy 2.0 release. Use...