Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
Tonic/Command-R
minhdang
/
Command-R
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
minhdang
commited on
Mar 26, 2024
Commit
515f252
·
verified
·
1 Parent(s):
fbcfe87
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -6,6 +6,7 @@ import torch
6
import os
7
8
9
nf4_config = BitsAndBytesConfig(
10
load_in_4bit=True,
11
bnb_4bit_quant_type="nf4",
6
import os
7
8
9
+
10
nf4_config = BitsAndBytesConfig(
11
load_in_4bit=True,
12
bnb_4bit_quant_type="nf4",