This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
david
/
aphrodite-engine
espejo de
https://github.com/PygmalionAI/aphrodite-engine
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
build: add jinja2 to requirements file (
#862
)
AlpinDale
hace 3 meses
padre
9094a8a2a3
commit
82eabb6aa7
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
2
1
requirements-build.txt
+ 2
- 1
requirements-build.txt
Ver fichero
@@ -4,4 +4,5 @@ ninja
packaging
setuptools>=49.4.0
torch==2.4.0
-wheel
+wheel
+jinja2