use uv, update deps

This commit is contained in:
wassname
2025-01-11 07:47:55 +00:00
parent 99f7e63769
commit 685ef09105
6 changed files with 923 additions and 24 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-toolsai.jupyter",
"ms-python.python"
]
}
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2024 Victor Umesiobi
Copyright (c) 2025 wassname
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+4
View File
@@ -31,6 +31,10 @@ dependencies = [
# "lightning>=2.1.0",
# "torchinfo>=1.8.0",
# "peft>=0.5.0",
"datasets>=3.2.0",
"wandb>=0.19.2",
"einops>=0.8.0",
"evaluate>=0.4.3",
]
[project.urls]
-1
View File
@@ -1 +0,0 @@
kagglehub
-8
View File
@@ -1,8 +0,0 @@
import kagglehub
kagglehub.login()
# Download latest version
path = kagglehub.model_download("google/gemma-2/transformers/gemma-2-2b")
print("Path to model files:", path)
Generated
+912 -14
View File
File diff suppressed because it is too large Load Diff