Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
alokabhishek
/
Meta-Llama-3-8B-Instruct-bnb-8bit
like
1
Text Generation
Transformers
Safetensors
llama
8bit
bnb
bitsandbytes
llama-3
facebook
meta
8b
quantized
conversational
Inference Endpoints
8-bit precision
arxiv:
2305.14314
License:
llama3
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
alokabhishek
commited on
Apr 26, 2024
Commit
b5fbad0
·
verified
·
1 Parent(s):
8eef4a0
Updated Readme
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -92,7 +92,7 @@ output = pipeline(
92
)
93
94
95
-
print(
outputs
[0]["generated_text"][len(prompt):])
96
97
98
```
92
)
93
94
95
+
print(
output
[0]["generated_text"][len(prompt):])
96
97
98
```