Skip to content

Commit

Permalink
Add requirement jinja2==3.1.* to fix error as described in issue #5240 (
Browse files Browse the repository at this point in the history
#5249)


---------

Co-authored-by: oobabooga <[email protected]>
Co-authored-by: Rim <[email protected]>
  • Loading branch information
3 people authored Jan 14, 2024
1 parent e1dd5ee commit d80b191
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ einops
exllamav2==0.0.11; platform_system != "Darwin" and platform_machine != "x86_64"
gradio==3.50.*
hqq==0.1.2
jinja2==3.1.2
lm_eval==0.3.0
markdown
numpy==1.24.*
Expand Down
1 change: 1 addition & 0 deletions requirements_amd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ einops
exllamav2==0.0.11; platform_system == "Windows" or python_version < "3.10" or python_version > "3.11" or platform_machine != "x86_64"
gradio==3.50.*
hqq==0.1.2
jinja2==3.1.2
lm_eval==0.3.0
markdown
numpy==1.24.*
Expand Down
1 change: 1 addition & 0 deletions requirements_amd_noavx2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ einops
exllamav2==0.0.11; platform_system == "Windows" or python_version < "3.10" or python_version > "3.11" or platform_machine != "x86_64"
gradio==3.50.*
hqq==0.1.2
jinja2==3.1.2
lm_eval==0.3.0
markdown
numpy==1.24.*
Expand Down
1 change: 1 addition & 0 deletions requirements_apple_intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ einops
exllamav2==0.0.11
gradio==3.50.*
hqq==0.1.2
jinja2==3.1.2
lm_eval==0.3.0
markdown
numpy==1.24.*
Expand Down
1 change: 1 addition & 0 deletions requirements_apple_silicon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ einops
exllamav2==0.0.11
gradio==3.50.*
hqq==0.1.2
jinja2==3.1.2
lm_eval==0.3.0
markdown
numpy==1.24.*
Expand Down
1 change: 1 addition & 0 deletions requirements_cpu_only.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ einops
exllamav2==0.0.11
gradio==3.50.*
hqq==0.1.2
jinja2==3.1.2
lm_eval==0.3.0
markdown
numpy==1.24.*
Expand Down
1 change: 1 addition & 0 deletions requirements_cpu_only_noavx2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ einops
exllamav2==0.0.11
gradio==3.50.*
hqq==0.1.2
jinja2==3.1.2
lm_eval==0.3.0
markdown
numpy==1.24.*
Expand Down
1 change: 1 addition & 0 deletions requirements_noavx2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ einops
exllamav2==0.0.11; platform_system != "Darwin" and platform_machine != "x86_64"
gradio==3.50.*
hqq==0.1.2
jinja2==3.1.2
lm_eval==0.3.0
markdown
numpy==1.24.*
Expand Down
1 change: 1 addition & 0 deletions requirements_nowheels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ einops
exllamav2==0.0.11
gradio==3.50.*
hqq==0.1.2
jinja2==3.1.2
lm_eval==0.3.0
markdown
numpy==1.24.*
Expand Down

0 comments on commit d80b191

Please sign in to comment.