Skip to content

Commit a7c08ef

Browse files
committed
Updates per Julia's suggestions
Julia caught some typos. Signed-off-by: JJ Asghar <[email protected]>
1 parent 4b34ce8 commit a7c08ef

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/lab-1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are three main barriers to adopting these tools in an enterprise setting:
1717

1818
Why did we select Granite as the LLM of choice for this exercise?
1919

20-
Granite Code was produced by IBM Research, with the goal of building an LLM that had only seen code which used enterprise-friendly licenses. According to section 2 of the Granite Code paper ("[Granite Code Models: A Family of Open Foundation Models for Code Intelligence][paper]),the IBM Granite Code models meticulously curated their training data for licenses, and to make sure that all text did not contain any hate, abuse, or profanity.
20+
Granite Code was produced by IBM Research, with the goal of building an LLM that had only seen code which used enterprise-friendly licenses. According to section 2 of the Granite Code paper ([Granite Code Models: A Family of Open Foundation Models for Code Intelligence][paper]),the IBM Granite Code models meticulously curated their training data for licenses, and to make sure that all text did not contain any hate, abuse, or profanity.
2121

2222
Many open LLMs available today license the model itself for derivative work, but because they bring in large amounts of training data without discriminating by license, most companies can't use the output of those models since it potentially presents intellectual property concerns. Granite
2323

docs/pre-work/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ Python is a whole programming language. There are multiple ways to install it, a
6565
the following command, reach out to a teaching assistant or instructor to help you
6666
get resolved.
6767

68+
!!! note
69+
If you have an older version of python, or default "OS" versions of python, you'll need to update.
70+
6871
```bash
6972
python --version
7073
Python 3.11.4

0 commit comments

Comments
 (0)