motexture commited on
Commit
2a8efd2
1 Parent(s): 9e1df47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ model = AutoModelForCausalLM.from_pretrained(
44
  )
45
  tokenizer = AutoTokenizer.from_pretrained("motexture/iTech-1B-Instruct")
46
 
47
- prompt = "Write a C++ program that demonstrates the concept of separate compilation and linkage using namespaces and header files. The program should consist of multiple source files, each containing a portion of the program's code, and a header file that contains the interface information for the program.\n\nThe program should define a namespace my_namespace that contains a class MyClass with a member function print() that takes an integer as an argument. The program should also define a function main() that uses an object of the MyClass class to print a message.\n\nThe program should be compiled and linked separately, with each source file being compiled individually and then linked together to form the final executable."
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}