Update README.md
Browse files
README.md
CHANGED
|
@@ -101,8 +101,8 @@ path1 = 'path where modified nemo skill repo is kept(unzipped folder not the zip
|
|
| 101 |
sys.path.append('path where modified nemo skill repo is kept')
|
| 102 |
|
| 103 |
eg in the code:
|
| 104 |
-
path1 = '/content/
|
| 105 |
-
sys.path.append('/content/
|
| 106 |
|
| 107 |
In code cell 9 make changes to model path where you save the model
|
| 108 |
model_path = "<directory where gpt-oss-120b model is downloaded>"
|
|
|
|
| 101 |
sys.path.append('path where modified nemo skill repo is kept')
|
| 102 |
|
| 103 |
eg in the code:
|
| 104 |
+
path1 = '/content/modified-nemo-skills'
|
| 105 |
+
sys.path.append('/content/modified-nemo-skills')
|
| 106 |
|
| 107 |
In code cell 9 make changes to model path where you save the model
|
| 108 |
model_path = "<directory where gpt-oss-120b model is downloaded>"
|