jobbler commited on
Commit
92ad523
·
1 Parent(s): bd01d05

Use git version of transformers for gemma4 architecture support

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  fastapi
2
  uvicorn
3
  torch
4
- transformers
5
  pydantic
6
  accelerate
7
  bitsandbytes
 
1
  fastapi
2
  uvicorn
3
  torch
4
+ git+https://github.com/huggingface/transformers.git
5
  pydantic
6
  accelerate
7
  bitsandbytes