Yanzhi Li
Results
2
issues of
Yanzhi Li
When run Alpaca + Phi-3 3.8b full example.ipynb in https://colab.research.google.com/drive/1NvkBmkHfucGO3Ve9s1NKZvMNlw5p83ym?usp=sharing, in last step to save quantization model: ``` # Save to q4_k_m GGUF if True: model.save_pretrained_gguf("model", tokenizer, quantization_method = "q4_k_m")...
fixed - pending confirmation
## Problem Description When creating sandboxes in self-hosting E2B environment, the **first HTTP request to envd consistently fails** with `connection reset by peer`, while the **second request always succeeds**. This...