How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="wizzl0r/scryptonaut-codellama-instruct-13b-lora64")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("wizzl0r/scryptonaut-codellama-instruct-13b-lora64")
model = AutoModelForCausalLM.from_pretrained("wizzl0r/scryptonaut-codellama-instruct-13b-lora64", device_map="auto")
Quick Links

No model card

Downloads last month
46
GGUF
Model size
13B params
Architecture
llama
Hardware compatibility
Log In to add your hardware
Inference Providers NEW