You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/ld: unicode-data.cpp:(.text._ZNSt8multimapIjjSt4lessIjESaISt4pairIKjjEEEC2ESt16initializer_listIS4_ERKS1_RKS5_[_ZNSt8multimapIjjSt4lessIjESaISt4pairIKjjEEEC5ESt16initializer_listIS4_ERKS1_RKS5_]+0xbe): undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
collect2: error: ld returned 1 exit status
make: *** [Makefile:956: vdot] Error 1
make: Leaving directory '/content/llama.cpp'
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
<ipython-input-19-4b22232c01dc> in <cell line: 3>()
1 # Save to q4_k_m GGUF
2 #if True: model.save_pretrained_gguf(model_name, tokenizer, quantization_method = "q4_k_m")
----> 3 if True: model.push_to_hub_gguf(hf_model_name, tokenizer, quantization_method = "q4_k_m", token = token)
4
5 # Save to 16bit GGUF
2 frames
/usr/local/lib/python3.10/dist-packages/unsloth/save.py in install_llama_cpp_old(version)
783 # Check if successful
784 if not os.path.exists("llama.cpp/quantize"):
--> 785 raise RuntimeError(
786 "Unsloth: llama.cpp GGUF seems to be too buggy to install.\n"\
787 "File a report to llama.cpp's main repo since this is not an Unsloth issue."
RuntimeError: Unsloth: llama.cpp GGUF seems to be too buggy to install.
File a report to llama.cpp's main repo since this is not an Unsloth issue.
screenshot
The text was updated successfully, but these errors were encountered:
@danielhanchen@Jiar
for what is worth this RuntimeError: Unsloth: llama.cpp GGUF seems to be too buggy to install. happened again
and it was less a hassle to save to VLLM hf first
@joytsay So sorry on the delay! Ye sadly sometimes directly using Unsloth for GGUF might be worse than simply using GGUF directly - if using it directly works, then that's good!
prerequisites
run code:
error:
screenshot
![image](https://private-user-images.githubusercontent.com/8110544/331313502-d81fd5ff-f612-4978-8c05-6039989ec75b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDA4MTQsIm5iZiI6MTczOTM0MDUxNCwicGF0aCI6Ii84MTEwNTQ0LzMzMTMxMzUwMi1kODFmZDVmZi1mNjEyLTQ5NzgtOGMwNS02MDM5OTg5ZWM3NWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDYwODM0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Y2Q0NTg5MmRjYzE2NzU4MTI0MGNiNmU1NWZhOTA0OGViZWUzZmFlZGFiNjU3MTA0OGJjM2U5NmFmYWM1NmU2YiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.V0gfNPsFta_w2cKpSukVQr9rmbuQ-JRtn7z46CqeiQc)
The text was updated successfully, but these errors were encountered: