Skip to content

Commit

Permalink
Dependency and import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
henk717 committed Jan 23, 2024
1 parent 974b967 commit 7c48b0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environments/huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
- https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0.post4-py3-none-win_amd64.whl; sys_platform == 'win32'
- ftfy
- pydub
- diffusers
- diffusers==0.24
- git+https://github.com/0cc4m/hf_bleeding_edge/
- https://github.com/0cc4m/GPTQ-for-LLaMa/releases/download/0.0.6/gptq_koboldai-0.0.6-cp38-cp38-linux_x86_64.whl; sys_platform == 'linux'
- https://github.com/0cc4m/GPTQ-for-LLaMa/releases/download/0.0.6/gptq_koboldai-0.0.6-cp38-cp38-win_amd64.whl; sys_platform == 'win32'
Expand Down
2 changes: 1 addition & 1 deletion environments/ipex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies:
- ijson
- ftfy
- pydub
- diffusers
- diffusers==0.24
- git+https://github.com/0cc4m/hf_bleeding_edge/
- https://huggingface.github.io/autogptq-index/whl/cu118/auto-gptq/auto_gptq-0.5.1%2Bcu118-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; sys_platform == 'linux'
- https://huggingface.github.io/autogptq-index/whl/cu118/auto-gptq/auto_gptq-0.5.1%2Bcu118-cp310-cp310-win_amd64.whl; sys_platform == 'win32'
Expand Down
2 changes: 1 addition & 1 deletion environments/rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies:
- ijson
- ftfy
- pydub
- diffusers
- diffusers==0.24
- git+https://github.com/0cc4m/hf_bleeding_edge/
- einops
- peft==0.7.1
Expand Down
1 change: 1 addition & 0 deletions modeling/inference_models/exllamav2/class.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations
try:
import time, json
import torch
import numpy as np
from typing import List, Optional, Union
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ loguru
termcolor
git+https://github.com/VE-FORBRYDERNE/mkultra
Pillow
diffusers
diffusers==0.24
psutil
ansi2html
flask_compress
Expand Down

0 comments on commit 7c48b0f

Please sign in to comment.