-
Notifications
You must be signed in to change notification settings - Fork 21
added Code_Language_Translation notebook to convert code from one language to another
#126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…anguage to another
rawkintrevo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @HitiIbm, could you please sign your DCO. I know i said it was just that one file, but I comitted an error, you also need to add the path in https://github.com/ibm-granite-community/granite-code-cookbook/blob/main/.github/notebook_lists/ollama_notebooks.txt also, I see in the line you added in the yaml file, an extra space after Code_Language_Translation, so please delete that.
Signed-off-by: Hiti Sinha <[email protected]>
|
Thanks for the review comments @rawkintrevo. I have updated, implementing the review comments along with signing-off while committing. |
|
@HitiIbm thanks so much- The DCO still doesn't appear to be signed, and please clear your outputs, but the ci-cd workflow add was well done, thank you! |
|
@rawkintrevo Thanks for the review comments. Hope, it appears to have the DCO appearing to be signed. Also, have cleared outputs and pushed again. |
|
Hi @HitiIbm , can you resolve the conflicts? (bc I can't). I'm going to hand this off to @bjhargrave for further review |
|
@rawkintrevo, Thanks for your message, and I've updated the same. |
bjhargrave
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove .DS_Store from the PR.
You may want to set that ignore in your global ignore file:
~ cat ~/.gitignore_global
*~
.DS_Store
Also, please add the notebook to the vanilla_notebooks.txt file.
| "load_dotenv()\n", | ||
| "\n", | ||
| "# Retrieve the API token directly from environment variables\n", | ||
| "replicate_api_token = os.getenv('REPLICATE_API_TOKEN')\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use get_env_var from utils repo.
No description provided.