HarpreetK commited on
Commit
a0e83f1
·
verified ·
1 Parent(s): 6a5a781

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/Gpt-oss'
105
- sys.path.append('/content/Gpt-oss')
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>"