We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea66dc5 commit fd010f8Copy full SHA for fd010f8
gamesense/README.md
@@ -97,11 +97,11 @@ GameSense uses Parameter-Efficient Fine-Tuning (PEFT) to customize powerful foun
97
- Python 3.8+
98
- GPU with at least 24GB VRAM (for full model training)
99
- ZenML installed and configured
100
-- Neptune.ai account for experiment tracking
+- Neptune.ai account for experiment tracking (optional)
101
102
### Environment Setup
103
104
-1. Set up your Neptune.ai credentials:
+1. Set up your Neptune.ai credentials if you want to use Neptune for experiment tracking:
105
```bash
106
# Set your Neptune project name and API token as environment variables
107
export NEPTUNE_PROJECT="your-neptune-workspace/your-project-name"
0 commit comments