Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
44 |
)
|
45 |
tokenizer = AutoTokenizer.from_pretrained("motexture/iTech-1B-Instruct")
|
46 |
|
47 |
-
prompt = "
|
48 |
messages = [
|
49 |
{"role": "system", "content": "You are a helpful assistant."},
|
50 |
{"role": "user", "content": prompt}
|
|
|
44 |
)
|
45 |
tokenizer = AutoTokenizer.from_pretrained("motexture/iTech-1B-Instruct")
|
46 |
|
47 |
+
prompt = "What are some common design challenges and solutions in configuring and managing storage devices in computing systems, particularly in the context of legacy systems?"
|
48 |
messages = [
|
49 |
{"role": "system", "content": "You are a helpful assistant."},
|
50 |
{"role": "user", "content": prompt}
|