panml
panml copied to clipboard
PanML is a high level generative AI/ML development and analysis library designed for ease of use and fast experimentation.
Hi, Many thanks for releasing this library for using LLMs! We just have two quick questions about models in this library. 1. Could we know if there are any models...
Is there a way to figure in **advance** how much memory : 1. It will require to LOAD the model 2. It will require to RUN the model f.e. when...
``` In [7]: x=LLM() tiiuae/falcon-7b-instruct Explicitly passing a `revision` is encouraged when loading a configuration with custom code to ensure no malicious code has been contributed in a newer revision....
Just curious if you've a plan in place/timeline to expand support for other models from the HuggingFace hub
Trained flan model using lora technique but while loading it from local, gives the following errors: ```HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': './results/model_flan_lora'. Use repo_type...
Add more examples for different models like Bloomz, Dolly, GPT etc.
Less memory requirement for 4bit and 8bit quantized models. https://huggingface.co/docs/transformers/main/main_classes/quantization