You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was able to get it compiled and successfully get it to remember something, and list things that have been remembered. Unfortunately when it come's time to ask a question it didn't seem to produce any kind of response only -
running on CPU, to run on GPU, build this example with --features cuda
a few times over. Left it running for a bit and nothing. Not sure if this is an issue with the input model, or a result of some issues compiling two different versions of C runtime libraries used by rocksdb and something else. I received Error LNK2038 when building, which said something about incompatible static and dynamic runtime libraries. I ended up only getting it to compile by using a flag for the static runtime library in the rust build file.
The text was updated successfully, but these errors were encountered:
Hi,
Was able to get it compiled and successfully get it to remember something, and list things that have been remembered. Unfortunately when it come's time to ask a question it didn't seem to produce any kind of response only -
running on CPU, to run on GPU, build this example with
--features cuda
a few times over. Left it running for a bit and nothing. Not sure if this is an issue with the input model, or a result of some issues compiling two different versions of C runtime libraries used by rocksdb and something else. I received Error LNK2038 when building, which said something about incompatible static and dynamic runtime libraries. I ended up only getting it to compile by using a flag for the static runtime library in the rust build file.
The text was updated successfully, but these errors were encountered: