Skip to content

wasm32 build is broken #77

@dstoc

Description

@dstoc
  • error[E0560]: struct HarmonyEncoding has no field named conversation_has_function_tools
  • error[E0433]: failed to resolve: use of undeclared type AtomicBool

harmony/src/registry.rs

Lines 118 to 120 in 508cbaa

]),
conversation_has_function_tools: Arc::new(AtomicBool::new(false)),
})

  • error[E0425]: cannot find function load_encoding_from_bytes in this scope

#[cfg(target_arch = "wasm32")]
{
load_encoding_from_bytes(&vocab_bytes, None, specials, &self.pattern())
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions