-
For example:
https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/tree/main
The main branch should have GGML v3 but python crashes when trying to run this model.
I can run it using llama_…
-
Hello.
I have tried to run it with Alpaca, Vicuna, and Pygmalion models but all of them crash with the following line:
`'Llama' object has no attribute 'tokens_consumed'`
If I make the code ign…
-
/root/anaconda3/envs/lmflow/lib/python3.9/site-packages/bitsandbytes/cuda_setup/main.py:136: UserWarning: /root/anaconda3/envs/lmflow did not contain libcudart.so as expected! Searching further paths.…
-
作者你好,感谢开源工作!
请问在training_model/alpaca_chatbot.py中有几行代码:
model.config.pad_token_id = tokenizer.pad_token_id = 0 # unk
model.config.bos_token_id = 1
model.config.eos_token_id = 2
目的是什么,为什么需要…
-
Thanks for your nice work!
When I post-train the pruned model by running `python post_training.py --prune_model prune_log/pytorch_model.bin --data_path yahma/alpaca-cleaned --output_dir tune_log --…
-
Do you have any thoughts on converting [llama](https://github.com/facebookresearch/llama)/alpaca/vicuna models with LSG? Or would this be more difficult. It looks like they use rotary positional embed…
-
Does this tage_2 checkpoint weights your provide include Qformer part weights which PEFT from data {alpaca_gpt4_data.json and lava_instruct_150k.json } ?
https://huggingface.co/Alpha-VLLM/LLaMA2-A…
-
We are generating code to produce and parse messages from SSE, but it seems like Trade Events are missing:
https://alpaca.markets/docs/broker/api-references/events/#trade-updates
-
Hi, I truncated "alpaca_data.json" to reduce training time and saved it in another file for training. Unfortunately, using this file gives me the error "pyarrow.lib.ArrowInvalid: JSON parse error: Col…
-
Any integration point in the future? If Alpaca mirrored ReasonML or Ocaml syntax, Bucklescript would also become a compile-to target alongside BEAM.