From be310bd10bf3645c4e7f685fb92880ec2b520174 Mon Sep 17 00:00:00 2001 From: ebolam Date: Tue, 29 Nov 2022 18:57:21 -0500 Subject: [PATCH] 8 bit update --- environments/huggingface.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/huggingface.yml b/environments/huggingface.yml index 3b3a6307..e87652b5 100644 --- a/environments/huggingface.yml +++ b/environments/huggingface.yml @@ -36,4 +36,4 @@ dependencies: - ansi2html - flask_compress - ijson - - bitsandbytes-cuda111 \ No newline at end of file + - bitsandbytes \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index dba4bacc..59fa49da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,4 +24,4 @@ psutil ansi2html flask_compress ijson -bitsandbytes-cuda111 \ No newline at end of file +bitsandbytes \ No newline at end of file