V1vex commited on
Commit ·
af713cb
1
Parent(s): e96ca22
seconf-commit
Browse files
DesktopRL_Environment.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cd "C:\Users\Vivek\Desktop\RL Environment\ai_contest_arena"
|
| 2 |
+
docker build -t ai_contest_arena-env:latest .
|
| 3 |
+
docker run -d -p 8000:8000 --name contest_arena ai_contest_arena-env:latest
|
| 4 |
+
|
| 5 |
+
$env:API_BASE_URL = "https://router.huggingface.co/v1"
|
| 6 |
+
$env:MODEL_NAME = "google/gemma-4-31B-it:novita"
|
| 7 |
+
python inference.py
|